WoW:API IsTradeskillTrainer
Jump to navigation
Jump to search
Determine whether currently open trainer window is a TradeSkill Trainer.
Arguments
- none
Returns
- 1 or True if the open trainer is a Tradeskill Trainer.
Example
if (IsTradeskillTrainer()) then message('This is a tradeskill trainer'); end
--- Template:WoW API