|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| uint32_t | material_index |
| Offset 0x0. | |
| uint16_t | vertex_indices [4] |
| Offset 0x4. | |
| uint32_t | uv_data_offset |
| Offset 0xC. | |
| uint32_t | render_flags |
| Offset 0x10. | |
| uint32_t | polygon_flags |
| Offset 0x14. | |
Definition at line 2590 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_PKG_PolygonDataRaw::material_index |
Offset 0x0.
Definition at line 2591 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_PKG_PolygonDataRaw::polygon_flags |
Offset 0x14.
Definition at line 2595 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_PKG_PolygonDataRaw::render_flags |
Offset 0x10.
Definition at line 2594 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_PKG_PolygonDataRaw::uv_data_offset |
Offset 0xC.
Definition at line 2593 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_PKG_PolygonDataRaw::vertex_indices[4] |
Offset 0x4.
Definition at line 2592 of file dttr_pcdogs.h.