WoW:API AbandonSkill: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''AbandonSkill''' ''-Documentation by AlexanderYoshi-''</center>
{{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.
----
{{Template:WoW API}}

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.