WoW:API AbandonSkill: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 30: Line 30:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|AbandonSkill]]
[[Category:API Character Functions|AbandonSkill]]
[[Category:API Activity Functions|AbandonSkill]]

Revision as of 18:56, 3 January 2006

AbandonSkill -Documentation by AlexanderYoshi-

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.

Template:WoW API