_SET_CONTROL_NORMAL
Docslocal retval = SetControlNormal(padIndex, control, amount)Description
This is for simulating player input.
Parameters
| Name | Type | Description |
|---|---|---|
padIndex | int | The control system instance to use. See [`ENABLE_ALL_CONTROL_ACTIONS`](#\_0xA5FFE9B05F199DE7). |
control | int | The [control ID](https://docs.fivem.net/docs/game-references/controls/#controls) to check. |
amount | float | An unbounded normal value. |
Returns
BOOLReturns TRUE (1) or FALSE (0).