GameDisableControlAction Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Rage.Game.DisableControlAction(System.Int32,Rage.GameControl,System.Boolean)"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static void DisableControlAction(
	int index,
	GameControl control,
	bool disable
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rage.Game.DisableControlAction(System.Int32,Rage.GameControl,System.Boolean)"]

control
Type: RageGameControl

[Missing <param name="control"/> documentation for "M:Rage.Game.DisableControlAction(System.Int32,Rage.GameControl,System.Boolean)"]

disable
Type: SystemBoolean

[Missing <param name="disable"/> documentation for "M:Rage.Game.DisableControlAction(System.Int32,Rage.GameControl,System.Boolean)"]

See Also

Reference