Native referenceRedM

IS_DISABLED_CONTROL_JUST_RELEASED

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

Parameters

Usage

Lua (Direct):

local result = IsDisabledControlJustReleased(padIndex, control)

Lua (Hash):

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