WoW:API GetNumTrainerServices: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
m (Move page script moved page API GetNumTrainerServices to API GetNumTrainerServices without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Returns the number of trainer services. | Returns the number of trainer services. |
Latest revision as of 04:46, 15 August 2023
← WoW API < GetNumTrainerServices
Returns the number of trainer services.
GetNumTrainerServices();
- Arguments
- none
- Returns
- 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).
- Example
Prints the number of trainer services to the chatwindow
ChatFrame1:AddMessage(GetNumTrainerServices());