API IsTradeskillTrainer
Talk0
98,472pages on
this wiki
this wiki
Determine whether last opened trainer window offered trade skill (profession) abilities.
isTradeskillTrainer = IsTradeskillTrainer();
Returns
Edit
- 1 or True if the last open trainer skill list was for a trade skill (as opposed to class skills).
Example
Edit
if (IsTradeskillTrainer()) then
message('This is a tradeskill trainer');
end