AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureAIFactory.h"
Public Member Functions | |
CreatureAIFactory (std::string const &name) | |
CreatureAI * | Create (Creature *c) const override |
int32 | Permit (Creature const *c) const override |
Public Member Functions inherited from SelectableAI | |
SelectableAI (std::string const &name) | |
Public Member Functions inherited from FactoryHolder< T, O, Key > | |
FactoryHolder (Key const &k) | |
virtual | ~FactoryHolder () |
void | RegisterSelf () |
virtual T * | Create (O *object=nullptr) const =0 |
Abstract Factory create method. More... | |
Public Member Functions inherited from Permissible< Creature > | |
virtual | ~Permissible () |
virtual int32 | Permit (Creature const *) const=0 |
Additional Inherited Members | |
Public Types inherited from FactoryHolder< T, O, Key > | |
typedef ObjectRegistry< FactoryHolder< T, O, Key >, Key > | FactoryHolderRegistry |
|
inline |
|
inlineoverride |
|
inlineoverridevirtual |
Implements Permissible< Creature >.