WoW:API GetTrainerGreetingText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetTrainerGreetingText to API GetTrainerGreetingText without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns the trainer greeting text. | Returns the trainer greeting text. | ||
Line 22: | Line 22: | ||
Prints the trainers greeting text in the chatwindow | Prints the trainers greeting text in the chatwindow | ||
ChatFrame1:AddMessage(GetTrainerGreetingText()); | ChatFrame1:AddMessage(GetTrainerGreetingText()); | ||
Latest revision as of 04:46, 15 August 2023
← WoW API < GetTrainerGreetingText
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());