WoW:API AbandonSkill: Difference between revisions
Jump to navigation
Jump to search
AbandonSkill -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 18:56, 3 January 2006
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.