|
Spellforce-Spell-framework
|
High-level structure managing AI battle development. More...
#include <sf_ai_structures.h>

Public Attributes | |
| void * | vfTable |
| void * | battleFactory |
| CGdAIBattleData | battleData |
High-level structure managing AI battle development.
Definition at line 135 of file sf_ai_structures.h.
| CGdAIBattleData SF_CGdBattleDevelopment::battleData |
Detailed AI battle data.
Definition at line 139 of file sf_ai_structures.h.
| void* SF_CGdBattleDevelopment::battleFactory |
Pointer to the battle factory object.
Definition at line 138 of file sf_ai_structures.h.
| void* SF_CGdBattleDevelopment::vfTable |
Virtual function table pointer.
Definition at line 137 of file sf_ai_structures.h.