Native referenceRedM

IS_CONTROL_RELEASED

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

Description: Returns whether a control is currently not pressed.

Parameters

Usage

Lua (Direct):

local result = IsControlReleased(padIndex, control)

Lua (Hash):

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