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

5 lines
274 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param amount number
---Sets the Cash-On-Delivery cost of the outgoing message. Called in the default UI when clicking its Send button, immediately before sending the mail.
function SetSendMailCOD(amount) end