WoW:API IsTradeskillTrainer

Revision as of 08:27, 8 July 2005 by WoWWiki>Dragonflyy (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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