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

#include <dttr_pcdogs.h>

Data Fields

int32_t active
 Offset 0x0.
uint8_t world_transform [32]
 Offset 0x4.
DTTR_PCDOGS_T_Math_Vec3I16 start
 Offset 0x24.
int16_t start_coord_hi
DTTR_PCDOGS_T_Math_Vec3I16 end
 Offset 0x2C.
int16_t end_coord_hi

Detailed Description

Definition at line 5137 of file dttr_pcdogs.h.

Field Documentation

◆ active

int32_t DTTR_PCDOGS_T_Trail_Segment::active

Offset 0x0.

Definition at line 5138 of file dttr_pcdogs.h.

◆ end

DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Trail_Segment::end

Offset 0x2C.

Definition at line 5144 of file dttr_pcdogs.h.

◆ end_coord_hi

int16_t DTTR_PCDOGS_T_Trail_Segment::end_coord_hi

High half of the packed end coordinate word written by Trail_UpdateEffect; Trail_RenderAnimated reads it as part of the packed word. Offset 0x32.

Definition at line 5145 of file dttr_pcdogs.h.

◆ start

DTTR_PCDOGS_T_Math_Vec3I16 DTTR_PCDOGS_T_Trail_Segment::start

Offset 0x24.

Definition at line 5140 of file dttr_pcdogs.h.

◆ start_coord_hi

int16_t DTTR_PCDOGS_T_Trail_Segment::start_coord_hi

High half of the packed start coordinate word written by Trail_UpdateEffect; Trail_RenderAnimated reads it as part of the packed word. Offset 0x2A.

Definition at line 5141 of file dttr_pcdogs.h.

◆ world_transform

uint8_t DTTR_PCDOGS_T_Trail_Segment::world_transform[32]

Offset 0x4.

Definition at line 5139 of file dttr_pcdogs.h.


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