|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Math_Vec3I16 | pos |
| Offset 0x0. | |
| int16_t | bone_index |
| Offset 0x6. | |
| DTTR_PCDOGS_T_Math_Vec3I16 | normal |
| Offset 0x8. | |
| int16_t | padding_0e |
| Offset 0xE. | |
| int16_t | u |
| Offset 0x10. | |
| int16_t | v |
| Offset 0x12. | |
| uint32_t | color |
| Offset 0x14. | |
Definition at line 4521 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Mesh_WorkingVertex::bone_index |
Offset 0x6.
Definition at line 4523 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Mesh_WorkingVertex::color |
Offset 0x14.
Definition at line 4528 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Mesh_WorkingVertex::normal |
Offset 0x8.
Definition at line 4524 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Mesh_WorkingVertex::padding_0e |
Offset 0xE.
Definition at line 4525 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Mesh_WorkingVertex::pos |
Offset 0x0.
Definition at line 4522 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Mesh_WorkingVertex::u |
Offset 0x10.
Definition at line 4526 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Mesh_WorkingVertex::v |
Offset 0x12.
Definition at line 4527 of file dttr_pcdogs.h.