| Property | Value |
|---|---|
| Native Name | IS_CONTROL_JUST_PRESSED |
| Hash | 0x580417101DDB492F |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | padIndex (int), control (int) |
Description: Returns whether a control was newly pressed since the last check.
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 = IsControlJustPressed(padIndex, control)
Lua (Hash):
local result = Citizen.InvokeNative(0x580417101DDB492F, padIndex, control)