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

8 lines
453 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return string sender1
---@return string sender2
---@return string sender3
---Returns the names of the last three senders of new mail. Returns sender names for new messages which the player has not yet seen in the mailbox; returns nothing if the player's inbox only contains unread messages which have been seen in the mailbox listing but not yet opened.
function GetLatestThreeSenders() end