Files
wow_Meta/api/SetSendMailCOD.lua
2025-05-04 15:15:00 +02:00

7 lines
279 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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