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

6 lines
421 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