CFormationDescriptor

Class Hierarchy
C++
class CFormationDescriptor;
File

AIFormationDescriptor.h

CFormationDescriptor::m_nNameCRC32 Data Member
C++
unsigned int m_nNameCRC32;
Description

Francesco TODO: the best would be to always use the crc32 and use the string member only to expose the formation names to Sandbox.

CFormationDescriptor::m_Nodes Data Member
C++
CFormationDescriptor::m_sName Data Member
C++
string m_sName;
CFormationDescriptor::AddNode Method
C++
void AddNode(const FormationNode& nodeDescriptor);
CFormationDescriptor::CFormationDescriptor Constructor
C++
CFormationDescriptor();
CFormationDescriptor::Clear Method
C++
void Clear();
CFormationDescriptor::GetMemoryUsage Method
C++
template <typename Sizer> void GetMemoryUsage(Sizer * pSizer) const;
CFormationDescriptor::GetNodeClass Method
C++
int GetNodeClass(int i);
CFormationDescriptor::GetNodeDistanceToOwner Method
C++
float GetNodeDistanceToOwner(const FormationNode& nodeDescriptor) const;
CFormationDescriptor::TVectorOfNodes Nested Type
C++
typedef std::vector<FormationNode> TVectorOfNodes;