WoW API: GetTrainerServiceCost

From AddOn Studio
Revision as of 17:28, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)
Jump to navigation Jump to search

WoW API < GetTrainerServiceCost

GetTradeSkillSelectionIndex -Documentation by Xharze-

Returns the cost of the selected trainer service.

GetTrainerServiceCost(index);

Arguments
Number index
index
The index number of a specific trainer service.

Returns
Number serviceCost
serviceCost
The cost of a specific service in copper.

Example

Prints the cost of the service with index 3, in the chatwindow.

ChatFrame1:AddMessage(GetTrainerServiceCost(3));