|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Three signed 32-bit vector components stored in the engine's X/Z/Y camera order. More...
#include <dttr_pcdogs.h>
Data Fields | |
| int32_t | x |
| Offset 0x0. | |
| int32_t | z |
| Offset 0x4. | |
| int32_t | y |
| Offset 0x8. | |
Three signed 32-bit vector components stored in the engine's X/Z/Y camera order.
Definition at line 1876 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Math_Vec3I32XZY::x |
Offset 0x0.
Definition at line 1877 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Math_Vec3I32XZY::y |
Offset 0x8.
Definition at line 1879 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Math_Vec3I32XZY::z |
Offset 0x4.
Definition at line 1878 of file dttr_pcdogs.h.