AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#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.
|
inlinevirtual |
|
pure virtual |
Implemented in CreatureAIFactory< REAL_AI >, and GameObjectAIFactory< REAL_GO_AI >.
Referenced by FactorySelector::GetPermitFor().