Files
wow_Meta/api/ItemTextGetItem.lua
2025-05-04 15:15:00 +02:00

7 lines
481 B
Lua

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