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

6 lines
360 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param enable boolean
---Enables or disables shortcuts for attaching items to outgoing mail. When shortcuts are enabled, UseContainerItem() (i.e. right-click in the default UI's container frames) attaches the item to the outgoing message instead of using it.
function SetSendMailShowing(enable) end