WoW:API AbandonSkill

Revision as of 18:50, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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