Files
wow-weakauras/Meta/api/SetSendMailShowing.lua
2024-11-07 23:12:37 +01:00

5 lines
364 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