|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Classes | |
| struct | npc_master_shang_xi_worthy_of_passingAI |
Public Types | |
| enum | masterShangXiWorthyEvents { EVENT_WORTHY_TALK1 = 1 , EVENT_WORTHY_MOVE_POS1 = 2 , EVENT_WORTHY_MOVE_POS2 = 3 , EVENT_WORTHY_MOVE_POS3 = 4 , EVENT_WORTHY_MOVE_POS4 = 5 , EVENT_WORTHY_MOVE_POS5 = 6 , EVENT_WORTHY_TALK2 = 7 , EVENT_WORTHY_MOVE_POS6 = 8 , EVENT_WORTHY_TALK3 = 9 , EVENT_WORTHY_MOVE_POS7 = 10 , EVENT_WORTHY_TALK4 = 11 , EVENT_WORTHY_MOVE_POS8 = 12 , EVENT_WORTHY_MOVE_POS9 = 13 , EVENT_WORTHY_MOVE_POS10 = 14 , EVENT_WORTHY_MOVE_POS11 = 15 } |
Public Member Functions | |
| CreatureAI * | GetAI (Creature *creature) const OVERRIDE |
| npc_master_shang_xi_worthy_of_passing () | |
| Public Member Functions inherited from CreatureScript | |
| virtual uint32 | GetDialogStatus (Player *, Creature *) |
| bool | IsDatabaseBound () const FINAL |
| virtual bool | OnDummyEffect (Unit *, uint32, SpellEffIndex, Creature *) |
| virtual bool | OnGossipHello (Player *, Creature *) |
| virtual bool | OnGossipSelect (Player *, Creature *, uint32, uint32) |
| 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 714 of file zone_wandering_island.cpp.
Definition at line 719 of file zone_wandering_island.cpp.
|
inline |
Definition at line 717 of file zone_wandering_island.cpp.
References CreatureScript::CreatureScript().
|
inlinevirtual |
Reimplemented from CreatureScript.
Definition at line 871 of file zone_wandering_island.cpp.
References OVERRIDE.