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

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