|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| npc_taxi () | |
| bool | OnGossipHello (Player *player, Creature *creature) OVERRIDE |
| bool | OnGossipSelect (Player *player, Creature *creature, uint32, uint32 action) OVERRIDE |
| Public Member Functions inherited from CreatureScript | |
| virtual CreatureAI * | GetAI (Creature *) const |
| virtual uint32 | GetDialogStatus (Player *, Creature *) |
| bool | IsDatabaseBound () const FINAL |
| virtual bool | OnDummyEffect (Unit *, uint32, SpellEffIndex, Creature *) |
| virtual bool | OnGossipSelectCode (Player *, Creature *, uint32, uint32, const char *) |
| virtual bool | OnQuestAccept (Player *, Creature *, Quest const *) |
| virtual bool | OnQuestComplete (Player *, Creature *, Quest const *) |
| virtual bool | OnQuestReward (Player *, Creature *, Quest const *, uint32) |
| virtual bool | OnQuestSelect (Player *, Creature *, Quest const *) |
| Public Member Functions inherited from UnitScript | |
| virtual void | ModifyMeleeDamage (Unit *, Unit *, uint32 &) |
| virtual void | ModifyPeriodicDamageAurasTick (Unit *, Unit *, uint32 &) |
| virtual void | ModifySpellDamageTaken (Unit *, Unit *, int32 &) |
| virtual void | OnDamage (Unit *, Unit *, uint32 &) |
| virtual void | OnHeal (Unit *, Unit *, uint32 &) |
| Public Member Functions inherited from ScriptObject | |
| const std::string & | GetName () const |
| Public Member Functions inherited from UpdatableScript< Creature > | |
| virtual void | OnUpdate (Creature *, uint32) |
Additional Inherited Members | |
| Protected Member Functions inherited from CreatureScript | |
| CreatureScript (const char *name) | |
| Protected Member Functions inherited from UnitScript | |
| UnitScript (const char *name, bool addToScripts=true) | |
| Protected Member Functions inherited from ScriptObject | |
| ScriptObject (const char *name) | |
| virtual | ~ScriptObject () |
| Protected Member Functions inherited from UpdatableScript< Creature > | |
| UpdatableScript () | |
| virtual | ~UpdatableScript () |
Definition at line 50 of file npc_taxi.cpp.
|
inline |
Definition at line 53 of file npc_taxi.cpp.
References CreatureScript::CreatureScript().
Reimplemented from CreatureScript.
Definition at line 55 of file npc_taxi.cpp.
References GOSSIP_ACTION_INFO_DEF, GOSSIP_AFRASASTRASZ1, GOSSIP_AFRASASTRASZ2, GOSSIP_BRACK1, GOSSIP_BRACK2, GOSSIP_BRACK3, GOSSIP_BRAZEN, GOSSIP_CLOUDBREAKER1, GOSSIP_CLOUDBREAKER2, GOSSIP_CRIMSONWING, GOSSIP_DABIREE1, GOSSIP_DABIREE2, GOSSIP_DEESAK, GOSSIP_DRAGONHAWK, GOSSIP_ICON_CHAT, GOSSIP_ICON_TAXI, GOSSIP_IRENA, GOSSIP_IRONWING, GOSSIP_NETHER_DRAKE, GOSSIP_SENDER_MAIN, GOSSIP_SUSURRUS, GOSSIP_TARIOLSTRASZ1, GOSSIP_TARIOLSTRASZ2, GOSSIP_THRICESTAR1, GOSSIP_THRICESTAR2, GOSSIP_TORASTRASZA1, GOSSIP_TORASTRASZA2, GOSSIP_VERONIA, GOSSIP_WILLIAMKEILAR1, GOSSIP_WILLIAMKEILAR2, GOSSIP_WILLIAMKEILAR3, GOSSIP_WINDBELLOW1, GOSSIP_WINDBELLOW2, OVERRIDE, QUEST_STATUS_COMPLETE, QUEST_STATUS_INCOMPLETE, QUEST_STATUS_NONE, QUEST_STATUS_REWARDED, and REP_HONORED.
|
inlinevirtual |
Reimplemented from CreatureScript.
Definition at line 172 of file npc_taxi.cpp.
References GOSSIP_ACTION_INFO_DEF, and OVERRIDE.