|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| int32_t | mode |
| Offset 0x0. | |
| DTTR_PCDOGS_T_Math_Vec3I32 | cam_offset |
| Offset 0x4. | |
| DTTR_PCDOGS_T_Math_Vec3I32 | target_offset |
| Offset 0x10. | |
| int16_t | fov_distance |
| Offset 0x1C. | |
| int16_t | transition_speed |
| Offset 0x1E. | |
| int32_t | flags |
| Offset 0x20. | |
Definition at line 3675 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Camera_State::cam_offset |
Offset 0x4.
Definition at line 3677 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Camera_State::flags |
Offset 0x20.
Definition at line 3681 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Camera_State::fov_distance |
Offset 0x1C.
Definition at line 3679 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Camera_State::mode |
Offset 0x0.
Definition at line 3676 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Camera_State::target_offset |
Offset 0x10.
Definition at line 3678 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Camera_State::transition_speed |
Offset 0x1E.
Definition at line 3680 of file dttr_pcdogs.h.