| 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
padIndex(int) — The control system instance to use. SeeENABLE_ALL_CONTROL_ACTIONS.control(int) — The control ID to check.
Usage
Lua (Direct):
local result = IsControlReleased(padIndex, control)
Lua (Hash):
local result = Citizen.InvokeNative(0x648EE3E7F38877DD, padIndex, control)