Native referenceRedM

IS_CONTROL_JUST_PRESSED

0x580417101DDB492F PAD
FUNCTION SIGNATURE
BOOL IS_CONTROL_JUST_PRESSED(int padIndex, int control);
Property Value
Native Name IS_CONTROL_JUST_PRESSED
Hash 0x580417101DDB492F
Return Type BOOL
Build 1207
Parameters padIndex (int), control (int)

Description: Returns whether a control was newly pressed since the last check.

Parameters

Usage

Lua (Direct):

local result = IsControlJustPressed(padIndex, control)

Lua (Hash):

local result = Citizen.InvokeNative(0x580417101DDB492F, padIndex, control)
Back to PAD