| Property | Value |
|---|---|
| Native Name | IS_DISABLED_CONTROL_JUST_RELEASED |
| Hash | 0x305C8DCD79DA8B0F |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | padIndex (int), control (int) |
Parameters
padIndex(int) — The control system instance to use. SeeENABLE_ALL_CONTROL_ACTIONS.control(int) — The control ID to check.
Usage
Lua (Direct):
local result = IsDisabledControlJustReleased(padIndex, control)
Lua (Hash):
local result = Citizen.InvokeNative(0x305C8DCD79DA8B0F, padIndex, control)