Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
TProp Struct Reference

The individual data for a prop. More...

#include <W3DPropBuffer.h>

Public Attributes

RenderObjClassm_robj
 Render object for this kind of prop.
 
Int id
 
Coord3D location
 Drawing location.
 
Int propType
 Type of prop. Index into m_propTypes.
 
ObjectShroudStatus ss
 
Bool visible
 Visible flag, updated each frame.
 
SphereClass bounds
 Bounding sphere for culling to set the visible flag.
 

Detailed Description

The individual data for a prop.

Definition at line 75 of file W3DPropBuffer.h.

Member Data Documentation

◆ bounds

SphereClass TProp::bounds

Bounding sphere for culling to set the visible flag.

Definition at line 82 of file W3DPropBuffer.h.

◆ id

Int TProp::id

Definition at line 77 of file W3DPropBuffer.h.

◆ location

Coord3D TProp::location

Drawing location.

Definition at line 78 of file W3DPropBuffer.h.

◆ m_robj

RenderObjClass* TProp::m_robj

Render object for this kind of prop.

Definition at line 76 of file W3DPropBuffer.h.

◆ propType

Int TProp::propType

Type of prop. Index into m_propTypes.

Definition at line 79 of file W3DPropBuffer.h.

◆ ss

ObjectShroudStatus TProp::ss

Definition at line 80 of file W3DPropBuffer.h.

◆ visible

Bool TProp::visible

Visible flag, updated each frame.

Definition at line 81 of file W3DPropBuffer.h.


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