WoW:API GetTrainerServiceDescription: Difference between revisions
Jump to navigation
Jump to search
GetTradeSkillSelectionIndex -Documentation by Xharze-
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:50, 4 January 2006
Returns the description of a specific trainer service.
GetTrainerServiceDescription(index);
- Arguments
- Number index
- index
- The index of the specific trainer service
- Returns
- String serviceDescription
- serviceDescription
- The description of a specific trainer service
- Example
Prints the description of the trainer service with index 3, in the chatwindow
ChatFrame1:AddMessage(GetTrainerServiceDescription(3));