Class WoWLocalPlayer
Inheritance
System.Object
WoWLocalPlayer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: wManager.dll
Syntax
public class WoWLocalPlayer : WoWPlayer
Constructors
WoWLocalPlayer(UInt32)
Declaration
public WoWLocalPlayer(uint address)
Parameters
Type |
Name |
Description |
System.UInt32 |
address |
|
Fields
ForceIsCast
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
BreathActive
Declaration
public bool BreathActive { get; }
Property Value
Type |
Description |
System.Boolean |
|
BreathTimerLeft
Declaration
public int BreathTimerLeft { get; }
Property Value
Type |
Description |
System.Int32 |
|
CastingTimeLeft
Declaration
public int CastingTimeLeft { get; }
Property Value
Type |
Description |
System.Int32 |
|
Experience
Declaration
public int Experience { get; }
Property Value
Type |
Description |
System.Int32 |
|
ExperienceMax
Declaration
public int ExperienceMax { get; }
Property Value
Type |
Description |
System.Int32 |
|
FatigueActive
Declaration
public bool FatigueActive { get; }
Property Value
Type |
Description |
System.Boolean |
|
FatigueTimerLeft
Declaration
public int FatigueTimerLeft { get; }
Property Value
Type |
Description |
System.Int32 |
|
FocusGuid
Declaration
[Obsolete]
public ulong FocusGuid { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
FocusObj
Declaration
[Obsolete]
public WoWUnit FocusObj { get; }
Property Value
Gender
Declaration
public WoWGender Gender { get; }
Property Value
GetDurabilityPercent
Declaration
public double GetDurabilityPercent { get; }
Property Value
Type |
Description |
System.Double |
|
GetHonorPoint
Declaration
public int GetHonorPoint { get; }
Property Value
Type |
Description |
System.Int32 |
|
GetMoneyCopper
Declaration
public long GetMoneyCopper { get; }
Property Value
Type |
Description |
System.Int64 |
|
GlobalCooldownEnabled
Declaration
public bool GlobalCooldownEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
GlobalCooldownTimeLeft
Declaration
public int GlobalCooldownTimeLeft { get; }
Property Value
Type |
Description |
System.Int32 |
|
HasFocus
Declaration
[Obsolete]
public bool HasFocus { get; }
Property Value
Type |
Description |
System.Boolean |
|
HasNewMail
Declaration
public bool HasNewMail { get; }
Property Value
Type |
Description |
System.Boolean |
|
InCombat
Declaration
public override bool InCombat { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
InvSlots
Declaration
public List<ulong> InvSlots { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.UInt64> |
|
IsCast
Declaration
public override bool IsCast { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsDead
Declaration
public override bool IsDead { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsDeadMe
Declaration
public bool IsDeadMe { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsInGroup
Declaration
public bool IsInGroup { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsInParty
Declaration
public bool IsInParty { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsInPetBattle
Declaration
public bool IsInPetBattle { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsMounted
Declaration
public override bool IsMounted { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsPartyMember
Declaration
public override bool IsPartyMember { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LevelDecimal
Declaration
public double LevelDecimal { get; }
Property Value
Type |
Description |
System.Double |
|
MapPositionLua
Declaration
public string[] MapPositionLua { get; }
Property Value
Type |
Description |
System.String[] |
|
MeCreatureTrack
Declaration
public TrackCreatureFlags MeCreatureTrack { get; set; }
Property Value
MeObjectTrack
Declaration
public TrackObjectFlags MeObjectTrack { get; set; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
PlayerUsingVehicle
Declaration
public bool PlayerUsingVehicle { get; }
Property Value
Type |
Description |
System.Boolean |
|
PositionCorpse
Declaration
public Vector3 PositionCorpse { get; }
Property Value
Methods
CooldownEnabled(String, Boolean)
Declaration
public bool CooldownEnabled(string spellNameInGame, bool isSpellNameInGame = false)
Parameters
Type |
Name |
Description |
System.String |
spellNameInGame |
|
System.Boolean |
isSpellNameInGame |
|
Returns
Type |
Description |
System.Boolean |
|
CooldownEnabled(UInt32)
Declaration
public bool CooldownEnabled(uint spellId)
Parameters
Type |
Name |
Description |
System.UInt32 |
spellId |
|
Returns
Type |
Description |
System.Boolean |
|
CooldownTimeLeft(String, Boolean)
Declaration
public int CooldownTimeLeft(string spellName, bool isSpellNameInGame = false)
Parameters
Type |
Name |
Description |
System.String |
spellName |
|
System.Boolean |
isSpellNameInGame |
|
Returns
Type |
Description |
System.Int32 |
|
CooldownTimeLeft(UInt32)
Declaration
public int CooldownTimeLeft(uint spellId)
Parameters
Type |
Name |
Description |
System.UInt32 |
spellId |
|
Returns
Type |
Description |
System.Int32 |
|
GetCorpseRecoveryDelay()
Declaration
public int GetCorpseRecoveryDelay()
Returns
Type |
Description |
System.Int32 |
|
IsAchievementCompleted(Int32, Int32)
Declaration
public bool IsAchievementCompleted(int achievementID, int index = -1)
Parameters
Type |
Name |
Description |
System.Int32 |
achievementID |
|
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
IsLooting()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Declaration
public string MoneyStringFormat()
Returns
Type |
Description |
System.String |
|
Declaration
public string MoneyStringFormat(long copperMoney)
Parameters
Type |
Name |
Description |
System.Int64 |
copperMoney |
|
Returns
Type |
Description |
System.String |
|
TotemExist(TotemType)
Declaration
public bool TotemExist(TotemType totemType)
Parameters
Returns
Type |
Description |
System.Boolean |
|
TotemTimeLeft(TotemType)
Declaration
public int TotemTimeLeft(TotemType totemType)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Extension Methods