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

#include <dttr_pcdogs.h>

Data Fields

DTTR_PCDOGS_T_Math_Vec3I32 normal
 Offset 0x0.
uint8_t contact_position [4]
 Offset 0xC.
uint8_t response_data [20]

Detailed Description

Collision/contact slot containing normal data, contact-position data, and response payload storage.

Definition at line 3812 of file dttr_pcdogs.h.

Field Documentation

◆ contact_position

uint8_t DTTR_PCDOGS_T_Collision_Slot::contact_position[4]

Offset 0xC.

Definition at line 3814 of file dttr_pcdogs.h.

◆ normal

DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Collision_Slot::normal

Offset 0x0.

Definition at line 3813 of file dttr_pcdogs.h.

◆ response_data

uint8_t DTTR_PCDOGS_T_Collision_Slot::response_data[20]

Reserved response payload; ownership and lifecycle are internal. Offset 0x10.

Definition at line 3815 of file dttr_pcdogs.h.


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