TrinityCore
|
#include <FactoryHolder.h>
Public Member Functions | |
virtual | ~Permissible () |
virtual int | Permit (const T *) 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.
|
inlinevirtual |
|
pure virtual |
Implemented in GameObjectAIFactory< REAL_GO_AI >, and CreatureAIFactory< REAL_AI >.