WoW:API AbandonSkill

From AddOn Studio
Revision as of 18:56, 3 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
AbandonSkill -Documentation by AlexanderYoshi-

The player abandons a skill.

AbandonSkill(skillIndexNum);

Arguments
(Number skillIndexNum)
skillIndexNum
The index num of the skill you wish to abandon

Returns
nil

Example
AbandonSkill(44);
Result

Description
The player abandons a skill.

Template:WoW API