|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Math_Vec3I32 | normal |
| Offset 0x0. | |
| int32_t | distance |
| Offset 0xC. | |
| int32_t | edge_index |
| Offset 0x10. | |
| int32_t | polygon_index |
| Offset 0x14. | |
| int32_t | surface_type |
Definition at line 3776 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Collision_Plane::distance |
Offset 0xC.
Definition at line 3778 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Collision_Plane::edge_index |
Offset 0x10.
Definition at line 3779 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Collision_Plane::normal |
Offset 0x0.
Definition at line 3777 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Collision_Plane::polygon_index |
Offset 0x14.
Definition at line 3780 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Collision_Plane::surface_type |
This surface classifier is copied from package collision face data. Offset 0x18.
Definition at line 3781 of file dttr_pcdogs.h.