|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <FactoryHolder.h>
Public Member Functions | |
| virtual int | Permit (const T *) const =0 |
| virtual | ~Permissible () |
Permissible is a classic way of letting the object decide whether how good they handle things. This is not retricted to factory selectors.
Definition at line 42 of file FactoryHolder.h.
|
inlinevirtual |
Definition at line 45 of file FactoryHolder.h.
|
pure virtual |
Implemented in CreatureAIFactory< REAL_AI >, and GameObjectAIFactory< REAL_GO_AI >.
Referenced by FactorySelector::selectAI().