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

#include <hlodsave.h>

Public Member Functions

 HLodArrayEntry (int num_sub_objs=0)
 
 ~HLodArrayEntry (void)
 
bool Allocate_Sub_Objects (int num)
 
bool operator== (const HLodArrayEntry &that)
 
bool operator!= (const HLodArrayEntry &that)
 

Public Attributes

W3dHLodArrayHeaderStruct header
 
W3dHLodSubObjectStructsub_obj
 
int num_sub_objects
 

Detailed Description

Definition at line 77 of file hlodsave.h.

Constructor & Destructor Documentation

◆ HLodArrayEntry()

HLodSaveClass::HLodArrayEntry::HLodArrayEntry ( int num_sub_objs = 0)
inline

Definition at line 84 of file hlodsave.h.

◆ ~HLodArrayEntry()

HLodSaveClass::HLodArrayEntry::~HLodArrayEntry ( void )
inline

Definition at line 91 of file hlodsave.h.

Member Function Documentation

◆ Allocate_Sub_Objects()

bool HLodSaveClass::HLodArrayEntry::Allocate_Sub_Objects ( int num)
inline

Definition at line 101 of file hlodsave.h.

◆ operator!=()

bool HLodSaveClass::HLodArrayEntry::operator!= ( const HLodArrayEntry & that)
inline

Definition at line 112 of file hlodsave.h.

◆ operator==()

bool HLodSaveClass::HLodArrayEntry::operator== ( const HLodArrayEntry & that)
inline

Definition at line 111 of file hlodsave.h.

Member Data Documentation

◆ header

W3dHLodArrayHeaderStruct HLodSaveClass::HLodArrayEntry::header

Definition at line 80 of file hlodsave.h.

◆ num_sub_objects

int HLodSaveClass::HLodArrayEntry::num_sub_objects

Definition at line 82 of file hlodsave.h.

◆ sub_obj

W3dHLodSubObjectStruct* HLodSaveClass::HLodArrayEntry::sub_obj

Definition at line 81 of file hlodsave.h.


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