WoW:API GetTrainerServiceDescription: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns the description of a specific trainer service. | Returns the description of a specific trainer service. | ||
Revision as of 02:21, 30 November 2007
← WoW API < GetTrainerServiceDescription
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));