|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#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] |
Collision/contact slot containing normal data, contact-position data, and response payload storage.
Definition at line 3812 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Collision_Slot::contact_position[4] |
Offset 0xC.
Definition at line 3814 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Collision_Slot::normal |
Offset 0x0.
Definition at line 3813 of file dttr_pcdogs.h.
| 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.