WoW:API AbandonSkill: Difference between revisions
Jump to navigation
Jump to search
m ({{wowapi}}) |
m (Move page script moved page API AbandonSkill to API AbandonSkill without leaving a redirect) |
(No difference)
|
Latest revision as of 04:44, 15 August 2023
← WoW API < AbandonSkill
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.