7 lines
279 B
Lua
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
|