|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#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_State * | ground_object |
| Offset 0x1C. | |
| DTTR_PCDOGS_T_Collision_Polygon * | ground_polygon |
| Offset 0x20. | |
Definition at line 4571 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Physics_State::acceleration |
Offset 0x10.
Definition at line 4576 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Physics_State::friction |
Offset 0x4.
Definition at line 4573 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Physics_State::gravity |
Offset 0x0.
Definition at line 4572 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Actor_State* DTTR_PCDOGS_T_Physics_State::ground_object |
Offset 0x1C.
Definition at line 4577 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Collision_Polygon* DTTR_PCDOGS_T_Physics_State::ground_polygon |
Offset 0x20.
Definition at line 4578 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Physics_State::max_fall_speed |
Offset 0xC.
Definition at line 4575 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Physics_State::max_velocity |
Offset 0x8.
Definition at line 4574 of file dttr_pcdogs.h.