Initial commit
This commit is contained in:
9
api/GetSendMailItem.lua
Normal file
9
api/GetSendMailItem.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param slot number
|
||||
---@return string itemName
|
||||
---@return string itemTexture
|
||||
---@return string stackCount
|
||||
---@return number quality
|
||||
---Returns information for an item attached to the outgoing message
|
||||
function GetSendMailItem(slot) end
|
||||
Reference in New Issue
Block a user