|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint32_t | flags |
| Offset 0x0. | |
| DTTR_PCDOGS_T_Actor_State * | parent_actor |
| Offset 0x4. | |
| DTTR_PCDOGS_T_Mesh_Node * | mesh_data_ptr |
| Offset 0x8. | |
| DTTR_PCDOGS_T_Mesh_RuntimeVertex * | vertex_buffer |
| Offset 0xC. | |
| DTTR_PCDOGS_T_Mesh_RuntimePolygon * | index_buffer |
| Offset 0x10. | |
| int32_t | mesh_offset |
| Offset 0x14. | |
| int32_t | material_offset |
| Offset 0x18. | |
| int16_t | lod_level |
| Offset 0x1C. | |
| int16_t | render_priority |
| Offset 0x1E. | |
| DTTR_PCDOGS_T_Material_Entry * | texture_ptr |
| Offset 0x20. | |
| uint32_t | vertex_count |
| Offset 0x24. | |
| uint32_t | polygon_count |
| Offset 0x28. | |
| int32_t * | transform_matrix |
| Offset 0x2C. | |
Definition at line 2835 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_ComponentData::flags |
Offset 0x0.
Definition at line 2836 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Mesh_RuntimePolygon* DTTR_PCDOGS_T_Graphics_ComponentData::index_buffer |
Offset 0x10.
Definition at line 2840 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Graphics_ComponentData::lod_level |
Offset 0x1C.
Definition at line 2843 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Graphics_ComponentData::material_offset |
Offset 0x18.
Definition at line 2842 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Mesh_Node* DTTR_PCDOGS_T_Graphics_ComponentData::mesh_data_ptr |
Offset 0x8.
Definition at line 2838 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Graphics_ComponentData::mesh_offset |
Offset 0x14.
Definition at line 2841 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Actor_State* DTTR_PCDOGS_T_Graphics_ComponentData::parent_actor |
Offset 0x4.
Definition at line 2837 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_ComponentData::polygon_count |
Offset 0x28.
Definition at line 2847 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Graphics_ComponentData::render_priority |
Offset 0x1E.
Definition at line 2844 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Material_Entry* DTTR_PCDOGS_T_Graphics_ComponentData::texture_ptr |
Offset 0x20.
Definition at line 2845 of file dttr_pcdogs.h.
| int32_t* DTTR_PCDOGS_T_Graphics_ComponentData::transform_matrix |
Offset 0x2C.
Definition at line 2848 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Mesh_RuntimeVertex* DTTR_PCDOGS_T_Graphics_ComponentData::vertex_buffer |
Offset 0xC.
Definition at line 2839 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Graphics_ComponentData::vertex_count |
Offset 0x24.
Definition at line 2846 of file dttr_pcdogs.h.