|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
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. | |
Collision response record containing normal, velocity, depth, and landing-state fields.
Definition at line 3750 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Collision_Response::landing_state |
Offset 0x16.
Definition at line 3755 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Collision_Response::padding |
Offset 0x6.
Definition at line 3752 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Collision_Response::penetration_depth |
Offset 0x14.
Definition at line 3754 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Collision_Response::response_vel |
Offset 0x8.
Definition at line 3753 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Collision_Response::surface_normal |
Offset 0x0.
Definition at line 3751 of file dttr_pcdogs.h.