diff --git a/PAD/EnableAllControlActions.md b/PAD/EnableAllControlActions.md index 4a2657f26..f7dcb5dff 100644 --- a/PAD/EnableAllControlActions.md +++ b/PAD/EnableAllControlActions.md @@ -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.