init
This commit is contained in:
15
RAGE/Control.d.ts
vendored
Normal file
15
RAGE/Control.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Control Functions
|
||||
* @public
|
||||
* @noSelf
|
||||
*/
|
||||
declare namespace control {
|
||||
|
||||
function disable_control_action(inputGroup: int, control: int, disable: boolean): boolean;
|
||||
function is_control_just_pressed(inputGroup: int, control: int): boolean;
|
||||
function is_disabled_control_just_pressed(inputGroup: int, control: int): boolean;
|
||||
function is_control_pressed(inputGroup: int, control: int): boolean;
|
||||
function is_disabled_control_pressed(inputGroup: int, control: int): boolean;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user