|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint8_t | controller_type |
| Offset 0x0. | |
| uint8_t | flags |
| Offset 0x1. | |
| int16_t | event_queue_id |
| Offset 0x2. | |
| int32_t | playback_speed |
| Offset 0x4. | |
| int32_t | current_time |
| Offset 0x8. | |
| DTTR_PCDOGS_T_Animation_DataBlock * | animation_data_ptr |
| Offset 0xC. | |
| DTTR_PCDOGS_T_Animation_SplineChannel * | param_data_ptr |
| Offset 0x10. | |
| DTTR_PCDOGS_T_Animation_FrameHeader * | frame_sequence_ptr |
| Offset 0x14. | |
| int32_t | blend_weight |
| Offset 0x18. | |
| int32_t | target_data |
| Offset 0x1C. | |
Definition at line 1057 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_DataBlock* DTTR_PCDOGS_T_Animation_ControllerEntry::animation_data_ptr |
Offset 0xC.
Definition at line 1063 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Animation_ControllerEntry::blend_weight |
Offset 0x18.
Definition at line 1066 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_ControllerEntry::controller_type |
Offset 0x0.
Definition at line 1058 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Animation_ControllerEntry::current_time |
Offset 0x8.
Definition at line 1062 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Animation_ControllerEntry::event_queue_id |
Offset 0x2.
Definition at line 1060 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_ControllerEntry::flags |
Offset 0x1.
Definition at line 1059 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_FrameHeader* DTTR_PCDOGS_T_Animation_ControllerEntry::frame_sequence_ptr |
Offset 0x14.
Definition at line 1065 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_SplineChannel* DTTR_PCDOGS_T_Animation_ControllerEntry::param_data_ptr |
Offset 0x10.
Definition at line 1064 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Animation_ControllerEntry::playback_speed |
Offset 0x4.
Definition at line 1061 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Animation_ControllerEntry::target_data |
Offset 0x1C.
Definition at line 1067 of file dttr_pcdogs.h.