WoW API: GetSpellBonusDamage

Revision as of 04:08, 14 August 2007 by WoWWiki>SaladFork (New page: {{wowapi}} __NOTOC__ Returns the raw spell damage of the player for a given spell tree. spellDmg = GetSpellBonusDamage(spellTreeID); ==Parameters== ===Arguments=== :; spellTreeID : Integ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < GetSpellBonusDamage

Returns the raw spell damage bonus of the player for a given spell tree.

spellDmg = GetSpellBonusDamage(spellTreeID);

Parameters

Arguments

spellTreeID
Integer - the spell tree:
  • 1 for Physical
  • 2 for Holy
  • 3 for Fire
  • 4 for Nature
  • 5 for Frost
  • 6 for Shadow
  • 7 for Arcane

Returns

spellDmg
Integer - The raw spell damage bonus of the player for that spell tree