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

#include <AI.h>

Inherits MemoryPoolObject.

Public Member Functions

 AISideBuildList (AsciiString side)
 
void addInfo (BuildListInfo *info)
 
- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 

Public Attributes

AsciiString m_side
 Name of the faction.
 
BuildListInfom_buildList
 Build list for the faction.
 
AISideBuildListm_next
 

Additional Inherited Members

- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 119 of file AI.h.

Constructor & Destructor Documentation

◆ AISideBuildList()

AISideBuildList::AISideBuildList ( AsciiString side)

Definition at line 108 of file AI.cpp.

Member Function Documentation

◆ addInfo()

void AISideBuildList::addInfo ( BuildListInfo * info)

Definition at line 123 of file AI.cpp.

Member Data Documentation

◆ m_buildList

BuildListInfo* AISideBuildList::m_buildList

Build list for the faction.

Definition at line 130 of file AI.h.

◆ m_next

AISideBuildList* AISideBuildList::m_next

Definition at line 131 of file AI.h.

◆ m_side

AsciiString AISideBuildList::m_side

Name of the faction.

Definition at line 129 of file AI.h.


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