WoW:API GetTrainerGreetingText

From AddOn Studio
Revision as of 19:20, 29 May 2005 by WoWWiki>Xharze
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetTradeSkillSelectionIndex -Documentation by Xharze-

Returns the trainer greeting text.

GetTrainerGreetingText();

Arguments
none

Returns
String greetingText
greetingText
The trainers greeting text

Example

Prints the trainers greeting text in the chatwindow

ChatFrame1:AddMessage(GetTrainerGreetingText());



Template:WoW API