m
Move page script moved page API GetNumTrainerServices to WoW:API GetNumTrainerServices without leaving a redirect
No edit summary |
m (Move page script moved page API GetNumTrainerServices to WoW:API GetNumTrainerServices without leaving a redirect) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the number of trainer services. | Returns the number of trainer services. | ||
| Line 13: | Line 13: | ||
;''Returns'' | ;''Returns'' | ||
: Number trainerServices | : Number trainerServices. Note that if you are working with an invalid target (for example, a merchant) the return value will be the last valid value, rather than 0. | ||
:; trainerServices : Total number of trainer services (used like index). | :; trainerServices : Total number of trainer services (used like index). | ||
| Line 22: | Line 22: | ||
Prints the number of trainer services to the chatwindow | Prints the number of trainer services to the chatwindow | ||
ChatFrame1:AddMessage(GetNumTrainerServices()); | ChatFrame1:AddMessage(GetNumTrainerServices()); | ||