Native referenceRedM

GET_CONTROL_VALUE

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

Parameters

Usage

Lua (Direct):

local result = GetControlValue(padIndex, control)

Lua (Hash):

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