WoW:API GetTrainerGreetingText: Difference between revisions
Jump to navigation
Jump to search
GetTradeSkillSelectionIndex -Documentation by Xharze-
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:51, 4 January 2006
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());