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

Compact scene sub-node payload/resource-record variant. More...

#include <dttr_pcdogs.h>

Data Fields

DTTR_PCDOGS_T_Scene_Nodeparent_node_ptr
 Offset 0x0.
DTTR_PCDOGS_T_Scene_Nodechild_list_head
 Offset 0x4.
DTTR_PCDOGS_T_Scene_Nodesibling_link
 Offset 0x8.
DTTR_PCDOGS_T_Scene_LocalTransform transform
 Offset 0xC.
uint8_t node_type
 Offset 0x1A.
uint8_t padding_1b
 Offset 0x1B.
uint16_t padding_1c
 Offset 0x1C.
uint8_t padding_1e [2]
 Offset 0x1E.
int32_t extra_data
 Offset 0x20.

Detailed Description

Compact scene sub-node payload/resource-record variant.

Definition at line 5734 of file dttr_pcdogs.h.

Field Documentation

◆ child_list_head

DTTR_PCDOGS_T_Scene_Node* DTTR_PCDOGS_T_Scene_SubNodePayload::child_list_head

Offset 0x4.

Definition at line 5736 of file dttr_pcdogs.h.

◆ extra_data

int32_t DTTR_PCDOGS_T_Scene_SubNodePayload::extra_data

Offset 0x20.

Definition at line 5743 of file dttr_pcdogs.h.

◆ node_type

uint8_t DTTR_PCDOGS_T_Scene_SubNodePayload::node_type

Offset 0x1A.

Definition at line 5739 of file dttr_pcdogs.h.

◆ padding_1b

uint8_t DTTR_PCDOGS_T_Scene_SubNodePayload::padding_1b

Offset 0x1B.

Definition at line 5740 of file dttr_pcdogs.h.

◆ padding_1c

uint16_t DTTR_PCDOGS_T_Scene_SubNodePayload::padding_1c

Offset 0x1C.

Definition at line 5741 of file dttr_pcdogs.h.

◆ padding_1e

uint8_t DTTR_PCDOGS_T_Scene_SubNodePayload::padding_1e[2]

Offset 0x1E.

Definition at line 5742 of file dttr_pcdogs.h.

◆ parent_node_ptr

DTTR_PCDOGS_T_Scene_Node* DTTR_PCDOGS_T_Scene_SubNodePayload::parent_node_ptr

Offset 0x0.

Definition at line 5735 of file dttr_pcdogs.h.

◆ sibling_link

DTTR_PCDOGS_T_Scene_Node* DTTR_PCDOGS_T_Scene_SubNodePayload::sibling_link

Offset 0x8.

Definition at line 5737 of file dttr_pcdogs.h.

◆ transform

DTTR_PCDOGS_T_Scene_LocalTransform DTTR_PCDOGS_T_Scene_SubNodePayload::transform

Offset 0xC.

Definition at line 5738 of file dttr_pcdogs.h.


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