|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| void * | keyframe_table_or_minus_one_sentinel |
| int32_t | packed_first_key |
| Offset 0x4. | |
| uint8_t | keyframe_count_must_be_nonzero_when_sampled |
| uint8_t | target_index |
| Offset 0x9. | |
| int16_t | channel_flags |
| Offset 0xA. | |
Definition at line 1229 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Animation_SplineChannel::channel_flags |
Offset 0xA.
Definition at line 1242 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_SplineChannel::keyframe_count_must_be_nonzero_when_sampled |
Animation_CheckKeyframeActive indexes count - 1 on the sampled-channel path; a zero count is invalid for sampled channels. Offset 0x8.
Definition at line 1236 of file dttr_pcdogs.h.
| void* DTTR_PCDOGS_T_Animation_SplineChannel::keyframe_table_or_minus_one_sentinel |
Sampled spline keyframe table pointer, or exactly -1 for the constant/sentinel case. Sampled channels require a nonzero table pointer. Offset 0x0.
Definition at line 1231 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Animation_SplineChannel::packed_first_key |
Offset 0x4.
Definition at line 1235 of file dttr_pcdogs.h.
| uint8_t DTTR_PCDOGS_T_Animation_SplineChannel::target_index |
Offset 0x9.
Definition at line 1241 of file dttr_pcdogs.h.