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

#include <dttr_pcdogs.h>

Data Fields

int32_t gravity
 Offset 0x0.
int32_t friction
 Offset 0x4.
int32_t max_velocity
 Offset 0x8.
int32_t max_fall_speed
 Offset 0xC.
DTTR_PCDOGS_T_Math_Vec3I32 acceleration
 Offset 0x10.
DTTR_PCDOGS_T_Actor_Stateground_object
 Offset 0x1C.
DTTR_PCDOGS_T_Collision_Polygonground_polygon
 Offset 0x20.

Detailed Description

Definition at line 4571 of file dttr_pcdogs.h.

Field Documentation

◆ acceleration

DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Physics_State::acceleration

Offset 0x10.

Definition at line 4576 of file dttr_pcdogs.h.

◆ friction

int32_t DTTR_PCDOGS_T_Physics_State::friction

Offset 0x4.

Definition at line 4573 of file dttr_pcdogs.h.

◆ gravity

int32_t DTTR_PCDOGS_T_Physics_State::gravity

Offset 0x0.

Definition at line 4572 of file dttr_pcdogs.h.

◆ ground_object

DTTR_PCDOGS_T_Actor_State* DTTR_PCDOGS_T_Physics_State::ground_object

Offset 0x1C.

Definition at line 4577 of file dttr_pcdogs.h.

◆ ground_polygon

DTTR_PCDOGS_T_Collision_Polygon* DTTR_PCDOGS_T_Physics_State::ground_polygon

Offset 0x20.

Definition at line 4578 of file dttr_pcdogs.h.

◆ max_fall_speed

int32_t DTTR_PCDOGS_T_Physics_State::max_fall_speed

Offset 0xC.

Definition at line 4575 of file dttr_pcdogs.h.

◆ max_velocity

int32_t DTTR_PCDOGS_T_Physics_State::max_velocity

Offset 0x8.

Definition at line 4574 of file dttr_pcdogs.h.


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