WoW API: AddSkillUp

From AddOn Studio
Revision as of 23:46, 27 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Adds a skill point to a particular skill. Unused AddSkillUp(skillId); == Arguments == ; skillId : Number - Index of the skill to spend skill points on, ascending fro…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < AddSkillUp

Adds a skill point to a particular skill. Unused

AddSkillUp(skillId);

Arguments

skillId
Number - Index of the skill to spend skill points on, ascending from 1.

Notes

  • The skill up system this function is part of is not used on live realms. As such, players have no skill points to spend, and this function can only be used to make cosmetic changes to the skills frame.

See also