WoW:API AbandonSkill: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}) |
||
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. | ||
Revision as of 12:05, 18 June 2006
← 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.