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

Collision response record containing normal, velocity, depth, and landing-state fields. More...

#include <dttr_pcdogs.h>

Data Fields

DTTR_PCDOGS_T_Math_Vec3I16 surface_normal
 Offset 0x0.
int16_t padding
 Offset 0x6.
DTTR_PCDOGS_T_Math_Vec3I32 response_vel
 Offset 0x8.
int16_t penetration_depth
 Offset 0x14.
uint16_t landing_state
 Offset 0x16.

Detailed Description

Collision response record containing normal, velocity, depth, and landing-state fields.

Definition at line 3750 of file dttr_pcdogs.h.

Field Documentation

◆ landing_state

uint16_t DTTR_PCDOGS_T_Collision_Response::landing_state

Offset 0x16.

Definition at line 3755 of file dttr_pcdogs.h.

◆ padding

int16_t DTTR_PCDOGS_T_Collision_Response::padding

Offset 0x6.

Definition at line 3752 of file dttr_pcdogs.h.

◆ penetration_depth

int16_t DTTR_PCDOGS_T_Collision_Response::penetration_depth

Offset 0x14.

Definition at line 3754 of file dttr_pcdogs.h.

◆ response_vel

DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Collision_Response::response_vel

Offset 0x8.

Definition at line 3753 of file dttr_pcdogs.h.

◆ surface_normal

DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Collision_Response::surface_normal

Offset 0x0.

Definition at line 3751 of file dttr_pcdogs.h.


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