|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| int16_t | x |
| Offset 0x0. | |
| int16_t | y |
| Offset 0x2. | |
| int16_t | z |
| Offset 0x4. | |
| int16_t | reserved_06 |
| int16_t | reserved_08 |
| int16_t | reserved_0a |
Definition at line 2414 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Collision_Vertex::reserved_06 |
Reserved collision-vertex tail word following x/y/z coordinates. Offset 0x6.
Definition at line 2418 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Collision_Vertex::reserved_08 |
Reserved collision-vertex tail word. Only the xyz components are named. Offset 0x8.
Definition at line 2420 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Collision_Vertex::reserved_0a |
Reserved collision-vertex tail word. Only the xyz components are named. Offset 0xA.
Definition at line 2422 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Collision_Vertex::x |
Offset 0x0.
Definition at line 2415 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Collision_Vertex::y |
Offset 0x2.
Definition at line 2416 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Collision_Vertex::z |
Offset 0x4.
Definition at line 2417 of file dttr_pcdogs.h.