Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
mNo edit summary
Line 30: Line 30:
 
----
 
----
 
{{Template:WoW API}}
 
{{Template:WoW API}}
  +
[[Category:API Functions|AbandonSkill]]
  +
[[Category:API Activity Functions|AbandonSkill]]

Revision as of 13:13, 27 August 2005

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