WoW:API AbandonSkill: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API AbandonSkill to API AbandonSkill without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
The player abandons a skill. | The player abandons a skill. | ||
Line 27: | Line 26: | ||
: The player abandons a skill. | : The player abandons a skill. | ||
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.