TrinityCore
|
#include <ScriptMgr.h>
Public Member Functions | |
virtual void | OnAddPassenger (Transport *, Player *) |
virtual void | OnAddCreaturePassenger (Transport *, Creature *) |
virtual void | OnRemovePassenger (Transport *, Player *) |
virtual void | OnRelocate (Transport *, uint32, uint32, float, float, float) |
Public Member Functions inherited from ScriptObject | |
const std::string & | GetName () const |
Public Member Functions inherited from UpdatableScript< Transport > | |
virtual void | OnUpdate (Transport *, uint32) |
Protected Member Functions | |
TransportScript (const char *name) | |
Protected Member Functions inherited from ScriptObject | |
ScriptObject (const char *name) | |
virtual | ~ScriptObject () |
Protected Member Functions inherited from UpdatableScript< Transport > | |
UpdatableScript () | |
virtual | ~UpdatableScript () |
|
protected |