|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Material_SectionHeader * | material_section |
| DTTR_PCDOGS_T_Material_TableEntry * | material_table_entry |
| DTTR_PCDOGS_T_Material_FrameSet * | frame_set |
Definition at line 1774 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Material_FrameSet* DTTR_PCDOGS_T_Material_RefEntry::frame_set |
Optional frame-set table written by Material_BuildStructure and searched by Material_FindTextureByFrame. Offset 0x8.
Definition at line 1782 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Material_SectionHeader* DTTR_PCDOGS_T_Material_RefEntry::material_section |
Material section pointer written by Material_BuildStructure and read by Material_FindTextureByFrame. Offset 0x0.
Definition at line 1776 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Material_TableEntry* DTTR_PCDOGS_T_Material_RefEntry::material_table_entry |
Material table entry pointer written by Material_BuildStructure. Offset 0x4.
Definition at line 1779 of file dttr_pcdogs.h.