|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint16_t | material_count |
| Offset 0x0. | |
| uint16_t | flags |
| Offset 0x2. | |
| DTTR_PCDOGS_T_PKG_MaterialTableEntry * | entries_ptr |
| Offset 0x4. | |
| uint32_t | reserved |
| Offset 0x8. | |
| uint32_t | materials_offset |
| Offset 0xC. | |
| uint16_t | secondary_count |
| Offset 0x10. | |
| uint16_t | entry_count |
| Offset 0x12. | |
Definition at line 1794 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_PKG_MaterialTableEntry* DTTR_PCDOGS_T_Material_Table::entries_ptr |
Offset 0x4.
Definition at line 1797 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Material_Table::entry_count |
Offset 0x12.
Definition at line 1801 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Material_Table::flags |
Offset 0x2.
Definition at line 1796 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Material_Table::material_count |
Offset 0x0.
Definition at line 1795 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Material_Table::materials_offset |
Offset 0xC.
Definition at line 1799 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Material_Table::reserved |
Offset 0x8.
Definition at line 1798 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Material_Table::secondary_count |
Offset 0x10.
Definition at line 1800 of file dttr_pcdogs.h.