Native referenceRedM

IS_CONTROL_ENABLED

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

Parameters

Usage

Lua (Direct):

local result = IsControlEnabled(padIndex, control)

Lua (Hash):

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