GameIsControlJustReleased Method

RAGE Plugin Hook Documentation

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

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

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

public static bool IsControlJustReleased(
	int index,
	GameControl control
)

Parameters

index
Type: SystemInt32

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

control
Type: RageGameControl

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rage.Game.IsControlJustReleased(System.Int32,Rage.GameControl)"]

See Also

Reference