Files
wow_Meta/api/GetTrainerGreetingText.lua
2025-05-04 14:35:26 +02:00

6 lines
360 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string text
---Returns the current trainer's greeting text. In the default UI, this text is displayed at the top of the trainer window. May return the empty string or the last used trainer's greeting text if called while not interacting with a trainer.
function GetTrainerGreetingText() end