Skip to content

Commit

Permalink
Update DisableAllControlActions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mowayyy authored Aug 22, 2024
1 parent 54a0002 commit 1dc34ad
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions PAD/DisableAllControlActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ ns: PAD
## DISABLE_ALL_CONTROL_ACTIONS

```c
// 0x5F4B6931816E599B 0x16753CF4
void DISABLE_ALL_CONTROL_ACTIONS(int padIndex);
// 0x16753CF4
void DISABLE_ALL_CONTROL_ACTIONS(int controlType);
```
```
controlType:
PLAYER_CONTROL = 0
CAMERA_CONTROL = 1
FRONTEND_CONTROL = 2
```
## Parameters
* **padIndex**: The control system instance to use. See [`ENABLE_ALL_CONTROL_ACTIONS`](#_0xA5FFE9B05F199DE7).
* **controlType**: The type of control inputs.
Disables all the inputs for a player control.

0 comments on commit 1dc34ad

Please sign in to comment.