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

#include <AI.h>

Inherits MemoryPoolObject.

Public Member Functions

 AISideInfo (void)
 
- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 

Public Attributes

AsciiString m_side
 Name of the side.
 
Int m_easy
 Number of gatherers to use in easy, normal & hard.
 
Int m_normal
 
Int m_hard
 
TSkillSet m_skillSet1
 
TSkillSet m_skillSet2
 
TSkillSet m_skillSet3
 
TSkillSet m_skillSet4
 
TSkillSet m_skillSet5
 
AsciiString m_baseDefenseStructure1
 
AISideInfom_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 95 of file AI.h.

Constructor & Destructor Documentation

◆ AISideInfo()

AISideInfo::AISideInfo ( void )
inline

Definition at line 99 of file AI.h.

Member Data Documentation

◆ m_baseDefenseStructure1

AsciiString AISideInfo::m_baseDefenseStructure1

Definition at line 114 of file AI.h.

◆ m_easy

Int AISideInfo::m_easy

Number of gatherers to use in easy, normal & hard.

Definition at line 106 of file AI.h.

◆ m_hard

Int AISideInfo::m_hard

Definition at line 108 of file AI.h.

◆ m_next

AISideInfo* AISideInfo::m_next

Definition at line 115 of file AI.h.

◆ m_normal

Int AISideInfo::m_normal

Definition at line 107 of file AI.h.

◆ m_side

AsciiString AISideInfo::m_side

Name of the side.

Definition at line 105 of file AI.h.

◆ m_skillSet1

TSkillSet AISideInfo::m_skillSet1

Definition at line 109 of file AI.h.

◆ m_skillSet2

TSkillSet AISideInfo::m_skillSet2

Definition at line 110 of file AI.h.

◆ m_skillSet3

TSkillSet AISideInfo::m_skillSet3

Definition at line 111 of file AI.h.

◆ m_skillSet4

TSkillSet AISideInfo::m_skillSet4

Definition at line 112 of file AI.h.

◆ m_skillSet5

TSkillSet AISideInfo::m_skillSet5

Definition at line 113 of file AI.h.


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