Files
wow_Meta/api/ItemTextGetItem.lua
2024-12-16 13:13:08 +01:00

5 lines
472 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string text
---Returns the name of the currently viewed text item. Used for readable world objects (plaques, books on tables, etc) and readable inventory items (looted books/parchments/scrolls/etc, saved copies of mail messages). For saved mail messages the name returned is always "Plain Letter" (or localized equivalent); the message subject is lost when saving a copy.
function ItemTextGetItem() end