class CFormationDescriptor;
AIFormationDescriptor.h
unsigned int m_nNameCRC32;
Francesco TODO: the best would be to always use the crc32 and use the string member only to expose the formation names to Sandbox.
TVectorOfNodes m_Nodes;
string m_sName;
void AddNode(const FormationNode& nodeDescriptor);
CFormationDescriptor();
void Clear();
template <typename Sizer> void GetMemoryUsage(Sizer * pSizer) const;
int GetNodeClass(int i);
float GetNodeDistanceToOwner(const FormationNode& nodeDescriptor) const;
typedef std::vector<FormationNode> TVectorOfNodes;