|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#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_NeighborEntry * | neighbor_list |
| Offset 0x14. | |
Definition at line 4555 of file dttr_pcdogs.h.
| int16_t DTTR_PCDOGS_T_Nav_Node::neighbor_count |
Offset 0xE.
Definition at line 4558 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Nav_NeighborEntry* DTTR_PCDOGS_T_Nav_Node::neighbor_list |
Offset 0x14.
Definition at line 4560 of file dttr_pcdogs.h.
| uint16_t DTTR_PCDOGS_T_Nav_Node::parent_link |
Offset 0xC.
Definition at line 4557 of file dttr_pcdogs.h.
| int32_t* DTTR_PCDOGS_T_Nav_Node::pathfind_state |
Offset 0x10.
Definition at line 4559 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Math_Vec3I32 DTTR_PCDOGS_T_Nav_Node::pos |
Offset 0x0.
Definition at line 4556 of file dttr_pcdogs.h.