Skip to content

ObjectManager » Models » IPlayer

Namespace: Mayo.Manager.Objects
Namespace: Mayo.Manager.Objects.Interface
Dependencies: IPlayerIUnitIBase


Also includes all properties from IUnit and IBase.


Constants.UnitFaction Faction
bool IsOpposingFaction
bool HasDispellableAuras

Returns true if this player has dispellable auras.
Taking into account your class abilities.
If true then your character can remove the auras from this player.

List<Mayo.Manager.Spells.Aura> DispellableAuras

Returns a list of dispellable auras.
Taking into account your class abilities.
If this list is not empty, your character can remove the auras from this player.

See: SpellManager → Auras

bool HasAura(Constants.AuraType)
bool HasAuras(List<Constants.AuraType>)
bool IsEating
bool IsDrinking
string Name
bool IsDead
bool IsGhost
bool IsAlive

The opposite check of IsDead and IsGhost.
Returns true if neither IsDead nor IsGhost.

bool IsGroupLeader