![]() |
TrinityCore
|
#include <FactoryHolder.h>
Public Member Functions | |
virtual | ~Permissible () |
virtual int32 | Permit (T const *) const =0 |
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 48 of file FactoryHolder.h.
|
inlinevirtual |
Definition at line 51 of file FactoryHolder.h.
|
pure virtual |
Implemented in CreatureAIFactory< REAL_AI, is_db_allowed >, and GameObjectAIFactory< REAL_GO_AI, is_db_allowed >.