OpenBarnyard
 
Loading...
Searching...
No Matches
Cell Struct Reference

#include <AWorld.h>

Public Types

enum  FLAGS_ : FLAGS { FLAGS_BUILDING = BITFLAG( 0 ) }
 
using FLAGS = TUINT
 

Public Attributes

FLAGS uiFlags
 
TCHAR UNKNOWNDATA1 [108]
 
TINT m_iSomeCount
 
TCHAR UNKNOWNDATA2 [12]
 
CellNodepNode
 
TUINT32 uiNumMeshes
 
CellMeshSphere ** ppCellMeshSpheres
 
CellSphereTreeBranchNodepTreeBranchNodes
 

Detailed Description

Definition at line 127 of file AWorld.h.

Member Typedef Documentation

◆ FLAGS

using Cell::FLAGS = TUINT

Definition at line 129 of file AWorld.h.

Member Enumeration Documentation

◆ FLAGS_

Enumerator
FLAGS_BUILDING 

Definition at line 130 of file AWorld.h.

131 {
133 };
#define BITFLAG(x)
Definition Defines.h:10
@ FLAGS_BUILDING
Definition AWorld.h:132

Member Data Documentation

◆ m_iSomeCount

TINT Cell::m_iSomeCount

Definition at line 137 of file AWorld.h.

◆ pNode

CellNode* Cell::pNode

Definition at line 139 of file AWorld.h.

◆ ppCellMeshSpheres

CellMeshSphere** Cell::ppCellMeshSpheres

Definition at line 141 of file AWorld.h.

◆ pTreeBranchNodes

CellSphereTreeBranchNode* Cell::pTreeBranchNodes

Definition at line 142 of file AWorld.h.

◆ uiFlags

FLAGS Cell::uiFlags

Definition at line 135 of file AWorld.h.

◆ uiNumMeshes

TUINT32 Cell::uiNumMeshes

Definition at line 140 of file AWorld.h.

◆ UNKNOWNDATA1

TCHAR Cell::UNKNOWNDATA1[108]

Definition at line 136 of file AWorld.h.

◆ UNKNOWNDATA2

TCHAR Cell::UNKNOWNDATA2[12]

Definition at line 138 of file AWorld.h.


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