Files
wow-weakauras/Meta/api/ItemTextGetCreator.lua
2024-11-07 23:12:37 +01:00

5 lines
425 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string creator
---Returns the original author of the currently viewed text item. Used for mail messages sent by other players; when the player makes a permanent copy of a letter and reads it from inventory, the default UI uses this function to display a signature (e.g. "From, Leeroy") at the end of the message text.
function ItemTextGetCreator() end