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

Public Member Functions

 ProxyRecordClass (void)
 
bool operator== (const ProxyRecordClass &that)
 
bool operator!= (const ProxyRecordClass &that)
 
void Init (const W3dHLodSubObjectStruct &w3d_data)
 
int Get_Bone_Index (void)
 
const char * Get_Name (void)
 

Protected Attributes

int BoneIndex
 
char Name [2 *W3D_NAME_LEN]
 

Detailed Description

ProxyRecordClass This is a structure that contains the data describing a single "proxy" object. These are used for application purposes and simply provide a way for the assets to associate a string with a bone index.

Definition at line 154 of file hlod.cpp.

Constructor & Destructor Documentation

◆ ProxyRecordClass()

ProxyRecordClass::ProxyRecordClass ( void )
inline

Definition at line 157 of file hlod.cpp.

Member Function Documentation

◆ Get_Bone_Index()

int ProxyRecordClass::Get_Bone_Index ( void )
inline

Definition at line 171 of file hlod.cpp.

◆ Get_Name()

const char * ProxyRecordClass::Get_Name ( void )
inline

Definition at line 172 of file hlod.cpp.

◆ Init()

void ProxyRecordClass::Init ( const W3dHLodSubObjectStruct & w3d_data)
inline

Definition at line 165 of file hlod.cpp.

◆ operator!=()

bool ProxyRecordClass::operator!= ( const ProxyRecordClass & that)
inline

Definition at line 163 of file hlod.cpp.

◆ operator==()

bool ProxyRecordClass::operator== ( const ProxyRecordClass & that)
inline

Definition at line 162 of file hlod.cpp.

Member Data Documentation

◆ BoneIndex

int ProxyRecordClass::BoneIndex
protected

Definition at line 176 of file hlod.cpp.

◆ Name

char ProxyRecordClass::Name[2 *W3D_NAME_LEN]
protected

Definition at line 177 of file hlod.cpp.


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