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

#include <dttr_pcdogs.h>

Data Fields

DTTR_PCDOGS_T_Math_Vec3I32 pos
 Offset 0x0.
uint16_t parent_link
 Offset 0xC.
int16_t neighbor_count
 Offset 0xE.
int32_t * pathfind_state
 Offset 0x10.
DTTR_PCDOGS_T_Nav_NeighborEntryneighbor_list
 Offset 0x14.

Detailed Description

Definition at line 4555 of file dttr_pcdogs.h.

Field Documentation

◆ neighbor_count

int16_t DTTR_PCDOGS_T_Nav_Node::neighbor_count

Offset 0xE.

Definition at line 4558 of file dttr_pcdogs.h.

◆ neighbor_list

DTTR_PCDOGS_T_Nav_NeighborEntry* DTTR_PCDOGS_T_Nav_Node::neighbor_list

Offset 0x14.

Definition at line 4560 of file dttr_pcdogs.h.

◆ parent_link

uint16_t DTTR_PCDOGS_T_Nav_Node::parent_link

Offset 0xC.

Definition at line 4557 of file dttr_pcdogs.h.

◆ pathfind_state

int32_t* DTTR_PCDOGS_T_Nav_Node::pathfind_state

Offset 0x10.

Definition at line 4559 of file dttr_pcdogs.h.

◆ pos

DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Nav_Node::pos

Offset 0x0.

Definition at line 4556 of file dttr_pcdogs.h.


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