102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Animation_SplineChannel Struct Reference

#include <dttr_pcdogs.h>

Data Fields

voidkeyframe_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.

Detailed Description

Definition at line 1229 of file dttr_pcdogs.h.

Field Documentation

◆ channel_flags

int16_t DTTR_PCDOGS_T_Animation_SplineChannel::channel_flags

Offset 0xA.

Definition at line 1242 of file dttr_pcdogs.h.

◆ keyframe_count_must_be_nonzero_when_sampled

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.

◆ keyframe_table_or_minus_one_sentinel

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.

◆ packed_first_key

int32_t DTTR_PCDOGS_T_Animation_SplineChannel::packed_first_key

Offset 0x4.

Definition at line 1235 of file dttr_pcdogs.h.

◆ target_index

uint8_t DTTR_PCDOGS_T_Animation_SplineChannel::target_index

Offset 0x9.

Definition at line 1241 of file dttr_pcdogs.h.


The documentation for this struct was generated from the following file: