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

The individual data for a prop type. More...

#include <W3DPropBuffer.h>

Public Attributes

RenderObjClassm_robj
 Render object for this kind of prop.
 
AsciiString m_robjName
 Name of the render obj.
 
SphereClass m_bounds
 Bounding boxes for the base prop models.
 

Detailed Description

The individual data for a prop type.

Definition at line 86 of file W3DPropBuffer.h.

Member Data Documentation

◆ m_bounds

SphereClass TPropType::m_bounds

Bounding boxes for the base prop models.

Definition at line 89 of file W3DPropBuffer.h.

◆ m_robj

RenderObjClass* TPropType::m_robj

Render object for this kind of prop.

Definition at line 87 of file W3DPropBuffer.h.

◆ m_robjName

AsciiString TPropType::m_robjName

Name of the render obj.

Definition at line 88 of file W3DPropBuffer.h.


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