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