|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint8_t | group_flags |
| Offset 0x0. | |
| uint8_t | active_controller_count |
| int16_t | controller_count |
| Offset 0x2. | |
| DTTR_PCDOGS_T_Animation_ControllerSlot ** | controller_slot_array |
| Offset 0x4. | |
Definition at line 1078 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_ControllerGroup::active_controller_count |
Temporary controller_count override used for one Graphics_ProcessMeshCommands call; the original 16-bit count is restored afterward. Offset 0x1.
Definition at line 1080 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Animation_ControllerGroup::controller_count |
Offset 0x2.
Definition at line 1083 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_ControllerSlot** DTTR_PCDOGS_T_Animation_ControllerGroup::controller_slot_array |
Offset 0x4.
Definition at line 1084 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_ControllerGroup::group_flags |
Offset 0x0.
Definition at line 1079 of file dttr_pcdogs.h.