102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Math_Vec3I32XZY Struct Reference

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.

Detailed Description

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.

Field Documentation

◆ x

int32_t DTTR_PCDOGS_T_Math_Vec3I32XZY::x

Offset 0x0.

Definition at line 1877 of file dttr_pcdogs.h.

◆ y

int32_t DTTR_PCDOGS_T_Math_Vec3I32XZY::y

Offset 0x8.

Definition at line 1879 of file dttr_pcdogs.h.

◆ z

int32_t DTTR_PCDOGS_T_Math_Vec3I32XZY::z

Offset 0x4.

Definition at line 1878 of file dttr_pcdogs.h.


The documentation for this struct was generated from the following file: