| Property | Value |
|---|---|
| Native Name | _IS_CONTROL_ACTION_VALID |
| Hash | 0xBC0884BC590951C7 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | action (Hash), control (int) |
Parameters
action(Hash)control(int)
Usage
Lua (Direct):
local result = IsControlActionValid(action, control)
Lua (Hash):
local result = Citizen.InvokeNative(0xBC0884BC590951C7, action, control)