GetShieldBlock
|
Returns the amount of damage prevented when the player blocks with a shield.
|
GetRangedHaste
|
Returns information about the player's ranged haste.
|
GetRangedCritChance
|
Returns the player's ranged critical strike chance.
|
GetPowerRegen
|
Returns information about the player's mana/energy/etc regeneration rate.
|
GetParryChance
|
Returns the player's parry chance.
|
GetMeleeHaste
|
Returns information about the player's melee haste.
|
GetMaxCombatRatingBonus
|
Returns the maximum possible percentage bonus for a given combat rating.
|
GetMastery
|
Returns the mastery value of your character.
|
GetManaRegen
|
Returns information about the player's mana regeneration rate.
|
GetExpertisePercent
|
Returns the reduction in chance to be dodged or parried conferred by the player's expertise value.
|
GetExpertise
|
Returns the player's current expertise value.
|
GetDodgeChance
|
Returns the player's chance to dodge melee attacks.
|
GetCritChanceFromAgility
|
Returns additional critical strike chance provided by Agility.
|
GetCritChance
|
Returns the player's melee critical strike chance.
|
GetCombatRatingBonus
|
Returns the percentage effect for the player's current value of a given combat rating.
|
GetCombatRating
|
Returns the value of a combat rating for the player.
|
GetBlockChance
|
Returns the player's percentage chance to block with a shield.
|
GetAttackPowerForStat
|
Returns the attack power bonus provided by one of the player's basic statistics.
|
GetArmorPenetration
|
Returns the percentage of enemy armor ignored due to the player's Armor Penetration Rating.
|
GetShapeshiftFormInfo
|
Returns information about an ability on the stance/shapeshift bar.
|
GetShapeshiftFormID
|
Returns the ID of the active shapeshift form.
|
GetShapeshiftFormCooldown
|
Returns cooldown information about an ability on the stance/shapeshift bar.
|
GetShapeshiftForm
|
Returns the index of the active ability on the stance/shapeshift bar.
|
GetNumShapeshiftForms
|
Returns the number of abilities to be presented on the stance/shapeshift bar.
|
CastShapeshiftForm
|
Casts an ability on the stance/shapeshift bar.
|
CancelShapeshiftForm
|
Cancels the current shapeshift form.
|
UnitChannelInfo
|
Returns information about the spell a unit is currently channeling.
|
UnitCastingInfo
|
Returns information about the spell a unit is currently casting.
|
ToggleSpellAutocast
|
Enables or disables automatic casting of a spell.
|
SpellTargetUnit
|
Casts the spell currently awaiting a target on a unit.
|
SpellTargetItem
|
Casts the spell currently awaiting a target on an item.
|
SpellStopTargeting
|
Cancels the spell currently awaiting a target.
|
SpellStopCasting
|
Stops casting or targeting the spell in progress.
|
SpellIsTargeting
|
Returns whether a spell is currently awaiting a target.
|
SpellHasRange
|
Returns whether an item has a range limitation for its use.
|
SpellCanTargetUnit
|
Returns whether the spell currently awaiting a target can target a given unit.
|
SpellCanTargetItem
|
Returns whether the spell currently awaiting a target requires an item to be chosen.
|
SpellCanTargetGlyph
|
Returns whether the spell currently awaiting a target requires a glyph slot to be chosen.
|
SetMultiCastSpell
|
Sets a multi-cast action slot to a given spell.
|
PickupSpell
|
Puts a spell onto the cursor.
|
IsUsableSpell
|
Returns whether or not a given spell is usable or cannot be used due to lack of mana.
|
IsSpellOverlayed
|
Checks if a given spell ID has an active spell overlay.
|
IsSpellKnown
|
Returns whether the player (or pet) knows a spell.
|
IsSpellInRange
|
Returns whether the player is in range to cast a spell on a unit.
|
IsPassiveSpell
|
Returns whether a spell is passive (cannot be cast)
|
IsHelpfulSpell
|
Returns whether an item can be used on the player or friendly units.
|
IsHarmfulSpell
|
Returns whether a spell can be used against hostile units.
|
IsCurrentSpell
|
Returns whether a spell is currently being used.
|
IsConsumableSpell
|
Returns whether casting a spell consumes a reagent item.
|
IsAutoRepeatSpell
|
Returns whether a spell is an automatically repeating spell.
|