Skip to content

Commit

Permalink
Update EnableAllControlActions.md (#1171)
Browse files Browse the repository at this point in the history
* Update EnableAllControlActions.md

Added CAMERA_CONTROL enum which was unknown.

* Update PAD/EnableAllControlActions.md

Co-authored-by: UTIL_TRACELINE <[email protected]>

* Update PAD/EnableAllControlActions.md

Co-authored-by: UTIL_TRACELINE <[email protected]>

* Apply suggestions from code review

Co-authored-by: UTIL_TRACELINE <[email protected]>

---------

Co-authored-by: UTIL_TRACELINE <[email protected]>
Co-authored-by: Dillon Skaggs <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent ba89303 commit 2c86439
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PAD/EnableAllControlActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ ns: PAD
void ENABLE_ALL_CONTROL_ACTIONS(int padIndex);
```
```
padIndex:
0 - PLAYER_CONTROL
1 - Unknown
2 - FRONTEND_CONTROL
```c
enum ePadType {
PLAYER_CONTROL = 0,
CAMERA_CONTROL,
FRONTEND_CONTROL
};
```

## Parameters
* **padIndex**: The control system instance to use.

0 comments on commit 2c86439

Please sign in to comment.