7 lines
369 B
Lua
7 lines
369 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|