|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <CreatureAIFactory.h>
Public Member Functions | |
| SelectableAI (const char *id) | |
| Public Member Functions inherited from FactoryHolder< CreatureAI > | |
| virtual CreatureAI * | Create (void *data=NULL) const=0 |
| Abstract Factory create method. | |
| void | DeregisterSelf (void) |
| FactoryHolder (std::string k) | |
| std::string | key () const |
| void | RegisterSelf (void) |
| virtual | ~FactoryHolder () |
| Public Member Functions inherited from Permissible< Creature > | |
| virtual int | Permit (const Creature *) const=0 |
| virtual | ~Permissible () |
Additional Inherited Members | |
| Public Types inherited from FactoryHolder< CreatureAI > | |
| typedef ObjectRegistry< FactoryHolder< CreatureAI, std::string >, std::string > | FactoryHolderRegistry |
| typedef Skyfire::Singleton< FactoryHolderRegistry, Skyfire::NullMutex > | FactoryHolderRepository |
Definition at line 14 of file CreatureAIFactory.h.
|
inline |
Definition at line 16 of file CreatureAIFactory.h.
References FactoryHolder< CreatureAI >::FactoryHolder().
Referenced by CreatureAIFactory< REAL_AI >::CreatureAIFactory().