WoW:API GetTrainerGreetingText
Jump to navigation
Jump to search
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());