WoW:API IsTradeskillTrainer

From AddOn Studio
Revision as of 08:27, 8 July 2005 by WoWWiki>Dragonflyy (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

--Dragonflyy

--- Template:WoW API