WoW:API BuyTrainerService: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(cat)
(Updated the format to match the current boilerplate.)
Line 1: Line 1:
==Usage==
{{wowapi}} __NOTOC__
/script BuyTrainerService (0)


==Notes==
Will cause you to train all of the skill available at the trainer.


[[Category:World of Warcraft API]]
Buys a service available at the current trainer.
BuyTrainerService(index)
 
 
== Arguments ==
:;index : Number - The index of the service to train.
 
 
== Returns ==
:nil

Revision as of 18:45, 14 June 2007

WoW API < BuyTrainerService


Buys a service available at the current trainer.

BuyTrainerService(index)


Arguments

index
Number - The index of the service to train.


Returns

nil