![]() |
TrinityCore
|
#include <PlayerAI.h>
Inheritance diagram for SimpleCharmedPlayerAI:Public Member Functions | |
| SimpleCharmedPlayerAI (Player *player) | |
| void | UpdateAI (uint32 diff) override |
| void | OnCharmed (bool isNew) override |
Public Member Functions inherited from PlayerAI | |
| PlayerAI (Player *player) | |
| Creature * | GetCharmer () const |
| ChrSpecialization | GetSpec (Player const *who=nullptr) const |
| bool | IsHealer (Player const *who=nullptr) const |
| bool | IsRangedAttacker (Player const *who=nullptr) const |
Public Member Functions inherited from UnitAI | |
| UnitAI (Unit *unit) | |
| virtual | ~UnitAI () |
| virtual void | AttackStart (Unit *victim) |
| virtual void | InitializeAI () |
| virtual void | Reset () |
| virtual void | DoAction (int32 param) |
| virtual uint32 | GetData (uint32 id) const |
| virtual void | SetData (uint32 id, uint32 value) |
| virtual void | SetGUID (ObjectGuid const &guid, int32 id) |
| virtual ObjectGuid | GetGUID (int32 id) 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={}) |
| bool | DoSpellAttackIfReady (uint32 spellId) |
| virtual void | OnGameEvent (bool, uint16) |
| virtual std::string | GetDebugInfo () const |
Protected Member Functions | |
| bool | CanAIAttack (Unit const *who) const override |
| Unit * | SelectAttackTarget () const override |
Protected Member Functions inherited from PlayerAI | |
| void | SetIsRangedAttacker (bool state) |
| TargetedSpell | VerifySpellCast (uint32 spellId, Unit *target) |
| TargetedSpell | VerifySpellCast (uint32 spellId, SpellTarget target) |
| template<typename T > | |
| void | VerifyAndPushSpellCast (PossibleSpellVector &spells, uint32 spellId, T target, uint32 weight) |
| TargetedSpell | SelectSpellCast (PossibleSpellVector &spells) |
| void | DoCastAtTarget (TargetedSpell spell) |
| void | DoRangedAttackIfReady () |
| void | DoAutoAttackIfReady () |
| void | CancelAllShapeshifts () |
Private Member Functions | |
| TargetedSpell | SelectAppropriateCastForSpec () |
Private Attributes | |
| uint32 | _castCheckTimer |
| bool | _chaseCloser |
| bool | _forceFacing |
| bool | _isFollowing |
Additional Inherited Members | |
Static Public Member Functions inherited from PlayerAI | |
| static bool | IsPlayerHealer (Player const *who) |
| static bool | IsPlayerRangedAttacker (Player const *who) |
Static Public Member Functions inherited from UnitAI | |
| static void | FillAISpellInfo () |
Static Public Attributes inherited from UnitAI | |
| static std::unordered_map< std::pair< uint32, Difficulty >, AISpellInfoType > | AISpellInfo |
Protected Types inherited from PlayerAI | |
| enum | SpellTarget { TARGET_NONE , TARGET_VICTIM , TARGET_CHARMER , TARGET_SELF } |
| typedef std::pair< TargetedSpell, uint32 > | PossibleSpell |
| typedef std::vector< PossibleSpell > | PossibleSpellVector |
Protected Attributes inherited from PlayerAI | |
| Player *const | me |
Protected Attributes inherited from UnitAI | |
| Unit *const | me |
Definition at line 94 of file PlayerAI.h.
|
inline |
Definition at line 97 of file PlayerAI.h.
|
overrideprotectedvirtual |
Reimplemented from UnitAI.
Definition at line 634 of file PlayerAI.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from UnitAI.
Definition at line 1288 of file PlayerAI.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 655 of file PlayerAI.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overrideprotectedvirtual |
Reimplemented from PlayerAI.
Definition at line 644 of file PlayerAI.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements UnitAI.
Definition at line 1182 of file PlayerAI.cpp.
Here is the call graph for this function:
|
private |
Definition at line 107 of file PlayerAI.h.
|
private |
Definition at line 108 of file PlayerAI.h.
|
private |
Definition at line 109 of file PlayerAI.h.
|
private |
Definition at line 110 of file PlayerAI.h.