WoW:API GetTrainerGreetingText

From AddOn Studio
Revision as of 05:51, 4 January 2006 by WoWWiki>Muert
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