Skip to content

Commit

Permalink
Update EnableAllControlActions.md
Browse files Browse the repository at this point in the history
Added CAMERA_CONTROL enum which was unknown.
  • Loading branch information
Mowayyy authored Aug 23, 2024
1 parent 54a0002 commit 99e9d71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions PAD/EnableAllControlActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ ns: PAD

```c
// 0xA5FFE9B05F199DE7 0xFC2F119F
void ENABLE_ALL_CONTROL_ACTIONS(int padIndex);
void ENABLE_ALL_CONTROL_ACTIONS(int controlType);
```
```
padIndex:
0 - PLAYER_CONTROL
1 - Unknown
2 - FRONTEND_CONTROL
enum CONTROL_TYPE {
PLAYER_CONTROL,
CAMERA_CONTROL,
FRONTEND_CONTROL
};
```
## Parameters
* **padIndex**: The control system instance to use.
* **controlType**: The type of control inputs.

0 comments on commit 99e9d71

Please sign in to comment.