WoW:API AddSkillUp: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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…')
 
m (Move page script moved page API AddSkillUp to API AddSkillUp without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < AddSkillUp

Adds a skill point to a particular skill. Unused

AddSkillUp(skillId);

Arguments[edit]

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

Notes[edit]

  • 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[edit]