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

#include <dttr_pcdogs.h>

Data Fields

DTTR_PCDOGS_T_Animation_DataBlockanim_data_ptr
 Offset 0x0.
uint8_t controller_type
 Offset 0x4.
uint8_t status_flags
 Offset 0x5.
uint16_t reserved
voidcontroller_payload_ptr
DTTR_PCDOGS_T_Animation_FrameHeaderframe_sequence_ptr
 Offset 0xC.

Detailed Description

Definition at line 1095 of file dttr_pcdogs.h.

Field Documentation

◆ anim_data_ptr

DTTR_PCDOGS_T_Animation_DataBlock* DTTR_PCDOGS_T_Animation_ControllerSlot::anim_data_ptr

Offset 0x0.

Definition at line 1096 of file dttr_pcdogs.h.

◆ controller_payload_ptr

void* DTTR_PCDOGS_T_Animation_ControllerSlot::controller_payload_ptr

Variant controller payload pointer containing type-specific byte/dword data interpreted by Animation_ProcessController. Offset 0x8.

Definition at line 1101 of file dttr_pcdogs.h.

◆ controller_type

uint8_t DTTR_PCDOGS_T_Animation_ControllerSlot::controller_type

Offset 0x4.

Definition at line 1097 of file dttr_pcdogs.h.

◆ frame_sequence_ptr

DTTR_PCDOGS_T_Animation_FrameHeader* DTTR_PCDOGS_T_Animation_ControllerSlot::frame_sequence_ptr

Offset 0xC.

Definition at line 1104 of file dttr_pcdogs.h.

◆ reserved

uint16_t DTTR_PCDOGS_T_Animation_ControllerSlot::reserved

Reserved controller word used near the fields read by Animation_ProcessController. Offset 0x6.

Definition at line 1099 of file dttr_pcdogs.h.

◆ status_flags

uint8_t DTTR_PCDOGS_T_Animation_ControllerSlot::status_flags

Offset 0x5.

Definition at line 1098 of file dttr_pcdogs.h.


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