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 23, 2024
1 parent 1dc34ad commit c35e9ce
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions PAD/DisableAllControlActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ ns: PAD
## DISABLE_ALL_CONTROL_ACTIONS

```c
// 0x16753CF4
// 0x5F4B6931816E599B 0x16753CF4
void DISABLE_ALL_CONTROL_ACTIONS(int controlType);
```
```
controlType:
PLAYER_CONTROL = 0
CAMERA_CONTROL = 1
FRONTEND_CONTROL = 2
```
## Parameters
* **controlType**: The type of control inputs.
Disables all the inputs for a player control.
```
enum CONTROL_TYPE {
PLAYER_CONTROL = 0,
CAMERA_CONTROL,
FRONTEND_CONTROL
};
```

0 comments on commit c35e9ce

Please sign in to comment.