|
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_Material_Entry * | material_ptr |
| Offset 0x4. | |
| uint32_t | material_tint |
| Offset 0x8. | |
| DTTR_PCDOGS_T_Material_TextureInfo | texture_info |
| Offset 0xC. | |
| DTTR_PCDOGS_T_PKG_UVCoord | uv_tile_offset |
| Offset 0x10. | |
| uint8_t | padding_12 [2] |
| Offset 0x12. | |
| uint8_t | color_adjust_r |
| Offset 0x14. | |
| uint8_t | color_adjust_g |
| Offset 0x15. | |
| uint8_t | color_adjust_b |
| Offset 0x16. | |
| uint8_t | padding_17 |
| Offset 0x17. | |
| DTTR_PCDOGS_T_PKG_PolygonData * | next_polygon_data_ptr |
| Offset 0x18. | |
| uint16_t | explicit_uv [4] |
| Offset 0x1C. | |
Definition at line 5631 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_PKG_PolygonData::color_adjust_b |
Offset 0x16.
Definition at line 5640 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_PKG_PolygonData::color_adjust_g |
Offset 0x15.
Definition at line 5639 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_PKG_PolygonData::color_adjust_r |
Offset 0x14.
Definition at line 5638 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_PKG_PolygonData::explicit_uv[4] |
Offset 0x1C.
Definition at line 5643 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_PKG_PolygonData::flags |
Offset 0x0.
Definition at line 5632 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Material_Entry* DTTR_PCDOGS_T_PKG_PolygonData::material_ptr |
Offset 0x4.
Definition at line 5633 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_PKG_PolygonData::material_tint |
Offset 0x8.
Definition at line 5634 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_PKG_PolygonData* DTTR_PCDOGS_T_PKG_PolygonData::next_polygon_data_ptr |
Offset 0x18.
Definition at line 5642 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_PKG_PolygonData::padding_12[2] |
Offset 0x12.
Definition at line 5637 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_PKG_PolygonData::padding_17 |
Offset 0x17.
Definition at line 5641 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Material_TextureInfo DTTR_PCDOGS_T_PKG_PolygonData::texture_info |
Offset 0xC.
Definition at line 5635 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_PKG_UVCoord DTTR_PCDOGS_T_PKG_PolygonData::uv_tile_offset |
Offset 0x10.
Definition at line 5636 of file dttr_pcdogs.h.