Native referenceRedM

GET_CONTROL_NORMAL

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

Parameters

Usage

Lua (Direct):

local result = GetControlNormal(padIndex, control)

Lua (Hash):

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