|
| | KelThuzadCharmedPlayerAI (Player *player) |
| |
| Unit * | SelectAttackTarget () const override |
| |
| | SimpleCharmedPlayerAI (Player *player) |
| |
| void | UpdateAI (uint32 diff) override |
| |
| void | OnCharmed (bool isNew) override |
| |
| | PlayerAI (Player *player) |
| |
| Creature * | GetCharmer () const |
| |
| uint8 | GetSpec (Player const *who=nullptr) const |
| |
| bool | IsHealer (Player const *who=nullptr) const |
| |
| bool | IsRangedAttacker (Player const *who=nullptr) const |
| |
| | UnitAI (Unit *unit) |
| |
| virtual | ~UnitAI () |
| |
| virtual void | AttackStart (Unit *) |
| |
| virtual void | InitializeAI () |
| |
| virtual void | Reset () |
| |
| virtual void | DoAction (int32) |
| |
| virtual uint32 | GetData (uint32) const |
| |
| virtual void | SetData (uint32, uint32) |
| |
| virtual void | SetGUID (ObjectGuid const &, int32=0) |
| |
| virtual ObjectGuid | GetGUID (int32=0) const |
| |
| Unit * | SelectTarget (SelectTargetMethod targetType, uint32 offset=0, float dist=0.0f, bool playerOnly=false, bool withTank=true, int32 aura=0) |
| |
| template<class PREDICATE > |
| Unit * | SelectTarget (SelectTargetMethod targetType, uint32 offset, PREDICATE const &predicate) |
| |
| void | SelectTargetList (std::list< Unit * > &targetList, uint32 num, SelectTargetMethod targetType, uint32 offset=0, float dist=0.0f, bool playerOnly=false, bool withTank=true, int32 aura=0) |
| |
| template<class PREDICATE > |
| void | SelectTargetList (std::list< Unit * > &targetList, uint32 num, SelectTargetMethod targetType, uint32 offset, PREDICATE const &predicate) |
| |
| virtual void | JustEnteredCombat (Unit *) |
| |
| virtual void | JustExitedCombat () |
| |
| virtual void | OnDespawn () |
| |
| virtual void | DamageDealt (Unit *, uint32 &, DamageEffectType) |
| |
| virtual void | DamageTaken (Unit *, uint32 &, DamageEffectType, SpellInfo const *) |
| |
| virtual void | HealReceived (Unit *, uint32 &) |
| |
| virtual void | HealDone (Unit *, uint32 &) |
| |
| virtual void | SpellInterrupted (uint32, uint32) |
| |
| void | AttackStartCaster (Unit *victim, float dist) |
| |
| SpellCastResult | DoCast (uint32 spellId) |
| |
| SpellCastResult | DoCast (Unit *victim, uint32 spellId, CastSpellExtraArgs const &args={}) |
| |
| SpellCastResult | DoCastSelf (uint32 spellId, CastSpellExtraArgs const &args={}) |
| |
| SpellCastResult | DoCastVictim (uint32 spellId, CastSpellExtraArgs const &args={}) |
| |
| SpellCastResult | DoCastAOE (uint32 spellId, CastSpellExtraArgs const &args={}) |
| |
| float | DoGetSpellMaxRange (uint32 spellId, bool positive=false) |
| |
| virtual bool | ShouldSparWith (Unit const *) const |
| |
| void | DoMeleeAttackIfReady () |
| |
| bool | DoSpellAttackIfReady (uint32 spell) |
| |
| virtual void | OnGameEvent (bool, uint16) |
| |
| virtual std::string | GetDebugInfo () const |
| |
Definition at line 170 of file boss_kelthuzad.cpp.