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

5 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