WoW:API IsTalentTrainer: Difference between revisions

m
(New page: {{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Returns 1 if target is a trainer for talents. == Arguments == <!-- ...)
 
Line 16: Line 16:


== Example ==
== Example ==
  -- Added by [[User:FormlessOne|FormlessOne]]
   if (IsTalentTrainer()) then  
   if (IsTalentTrainer()) then  
       DEFAULT_CHAT_FRAME:AddMessage("Target is a talent trainer.")
       DEFAULT_CHAT_FRAME:AddMessage("Target is a talent trainer.")
Anonymous user