|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| int16_t | vertex_index |
| Offset 0x0. | |
| int16_t | frame_offset |
| Offset 0x2. | |
| uint8_t | base_r |
| Offset 0x4. | |
| uint8_t | base_g |
| Offset 0x5. | |
| uint8_t | base_b |
| Offset 0x6. | |
| uint8_t | reserved_07 |
Definition at line 993 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_VertexColorTarget::base_b |
Offset 0x6.
Definition at line 998 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_VertexColorTarget::base_g |
Offset 0x5.
Definition at line 997 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_VertexColorTarget::base_r |
Offset 0x4.
Definition at line 996 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Animation_VertexColorTarget::frame_offset |
Offset 0x2.
Definition at line 995 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_VertexColorTarget::reserved_07 |
Reserved byte after base RGB used by Animation_ProcessVertexColor target reads. Offset 0x7.
Definition at line 999 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Animation_VertexColorTarget::vertex_index |
Offset 0x0.
Definition at line 994 of file dttr_pcdogs.h.