Tactics: Western Philosophers Vs. Musicians  0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
AIWrapper.h File Reference

Wrapper and FSMWrapper. More...

#include "AIManager.h"
#include <stack>

Go to the source code of this file.

Classes

class  OpenSkyNet::AI::Wrapper
 
struct  OpenSkyNet::AI::Wrapper::FSMWrapper
 

Namespaces

 OpenSkyNet
 
 OpenSkyNet::AI
 Action selection solvers.
 

Functions

void OpenSkyNet::AI::initAIEngine (std::ifstream *fin_=0)
 
void OpenSkyNet::AI::destroyAIEngine ()
 
void OpenSkyNet::AI::popAllRecords (bool onlyAddNew_=false, bool removeAll_=false)
 

Detailed Description

Wrapper and FSMWrapper.

Wrapper is the class to inherit or contain to endow an object with artificial intelligence. FSMWrapper is not to be manipulated directly by users, it is used internally by Wrapper.