|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Animation_DataBlock * | anim_data_ptr |
| Offset 0x0. | |
| uint8_t | controller_type |
| Offset 0x4. | |
| uint8_t | status_flags |
| Offset 0x5. | |
| uint16_t | reserved |
| void * | controller_payload_ptr |
| DTTR_PCDOGS_T_Animation_FrameHeader * | frame_sequence_ptr |
| Offset 0xC. | |
Definition at line 1095 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_DataBlock* DTTR_PCDOGS_T_Animation_ControllerSlot::anim_data_ptr |
Offset 0x0.
Definition at line 1096 of file dttr_pcdogs.h.
| void* DTTR_PCDOGS_T_Animation_ControllerSlot::controller_payload_ptr |
Variant controller payload pointer containing type-specific byte/dword data interpreted by Animation_ProcessController. Offset 0x8.
Definition at line 1101 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_ControllerSlot::controller_type |
Offset 0x4.
Definition at line 1097 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_FrameHeader* DTTR_PCDOGS_T_Animation_ControllerSlot::frame_sequence_ptr |
Offset 0xC.
Definition at line 1104 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Animation_ControllerSlot::reserved |
Reserved controller word used near the fields read by Animation_ProcessController. Offset 0x6.
Definition at line 1099 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_ControllerSlot::status_flags |
Offset 0x5.
Definition at line 1098 of file dttr_pcdogs.h.