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

Material animation frame-set header, built for Material_FindTextureByFrame lookups. More...

#include <dttr_pcdogs.h>

Data Fields

uint16_t reserved_00
int16_t frame_count
DTTR_PCDOGS_T_Material_FrameData ** frame_ptr_array
 Offset 0x4.

Detailed Description

Material animation frame-set header, built for Material_FindTextureByFrame lookups.

Definition at line 1741 of file dttr_pcdogs.h.

Field Documentation

◆ frame_count

int16_t DTTR_PCDOGS_T_Material_FrameSet::frame_count

Number of frame pointers used by Material_FindTextureByFrame to bound frame_ptr_array iteration. Offset 0x2.

Definition at line 1744 of file dttr_pcdogs.h.

◆ frame_ptr_array

DTTR_PCDOGS_T_Material_FrameData** DTTR_PCDOGS_T_Material_FrameSet::frame_ptr_array

Offset 0x4.

Definition at line 1746 of file dttr_pcdogs.h.

◆ reserved_00

uint16_t DTTR_PCDOGS_T_Material_FrameSet::reserved_00

Initialized frame-set header word used near the frame count and frame pointer array fields. Offset 0x0.

Definition at line 1742 of file dttr_pcdogs.h.


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