|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint32_t | mesh_flags |
| Offset 0x0. | |
| DTTR_PCDOGS_T_Mesh_Node * | mesh_instance_ptr |
| Offset 0x4. | |
| DTTR_PCDOGS_T_Animation_DataBlock * | animation_data_ptr |
| Offset 0x8. | |
| uint16_t | lod_flags |
| Offset 0xC. | |
| uint16_t | lod_distance_threshold |
| Offset 0xE. | |
| uint8_t | mesh_block_data [108] |
| Offset 0x10. | |
| DTTR_PCDOGS_T_Animation_ControllerSlot * | animation_controller_ptr |
| Offset 0x7C. | |
Definition at line 1481 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_ControllerSlot* DTTR_PCDOGS_T_Component_MeshHeader::animation_controller_ptr |
Offset 0x7C.
Definition at line 1488 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Animation_DataBlock* DTTR_PCDOGS_T_Component_MeshHeader::animation_data_ptr |
Offset 0x8.
Definition at line 1484 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Component_MeshHeader::lod_distance_threshold |
Offset 0xE.
Definition at line 1486 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Component_MeshHeader::lod_flags |
Offset 0xC.
Definition at line 1485 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Component_MeshHeader::mesh_block_data[108] |
Offset 0x10.
Definition at line 1487 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Component_MeshHeader::mesh_flags |
Offset 0x0.
Definition at line 1482 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Mesh_Node* DTTR_PCDOGS_T_Component_MeshHeader::mesh_instance_ptr |
Offset 0x4.
Definition at line 1483 of file dttr_pcdogs.h.