Native referenceRedM

IS_CONTROL_JUST_RELEASED

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

Description: Returns whether a control was newly released since the last check.

Parameters

Usage

Lua (Direct):

local result = IsControlJustReleased(padIndex, control)

Lua (Hash):

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