Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
GOHello_example_go_teleporter Class Reference
Inheritance diagram for GOHello_example_go_teleporter:
Collaboration diagram for GOHello_example_go_teleporter:

Public Member Functions

 GOHello_example_go_teleporter ()
bool OnGossipHello (Player *player, GameObject *) OVERRIDE
Public Member Functions inherited from GameObjectScript
virtual GameObjectAIGetAI (GameObject *) const
virtual uint32 GetDialogStatus (Player *, GameObject *)
bool IsDatabaseBound () const FINAL
virtual void OnDamaged (GameObject *, Player *)
virtual void OnDestroyed (GameObject *, Player *)
virtual bool OnDummyEffect (Unit *, uint32, SpellEffIndex, GameObject *)
virtual void OnGameObjectStateChanged (GameObject *, uint32)
virtual bool OnGossipSelect (Player *, GameObject *, uint32, uint32)
virtual bool OnGossipSelectCode (Player *, GameObject *, uint32, uint32, const char *)
virtual void OnLootStateChanged (GameObject *, uint32, Unit *)
virtual bool OnQuestAccept (Player *, GameObject *, Quest const *)
virtual bool OnQuestReward (Player *, GameObject *, Quest const *, uint32)
Public Member Functions inherited from ScriptObject
const std::string & GetName () const
Public Member Functions inherited from UpdatableScript< GameObject >
virtual void OnUpdate (GameObject *, uint32)

Additional Inherited Members

Protected Member Functions inherited from GameObjectScript
 GameObjectScript (const char *name)
Protected Member Functions inherited from ScriptObject
 ScriptObject (const char *name)
virtual ~ScriptObject ()
Protected Member Functions inherited from UpdatableScript< GameObject >
 UpdatableScript ()
virtual ~UpdatableScript ()

Detailed Description

Definition at line 40 of file example_misc.cpp.

Constructor & Destructor Documentation

◆ GOHello_example_go_teleporter()

GOHello_example_go_teleporter::GOHello_example_go_teleporter ( )
inline

Definition at line 43 of file example_misc.cpp.

References GameObjectScript::GameObjectScript().

Member Function Documentation

◆ OnGossipHello()

bool GOHello_example_go_teleporter::OnGossipHello ( Player * player,
GameObject *  )
inlinevirtual

Reimplemented from GameObjectScript.

Definition at line 45 of file example_misc.cpp.

References OVERRIDE.


The documentation for this class was generated from the following file: