7 lines
216 B
Lua
7 lines
216 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param container number
|
|
---@return number numSlots
|
|
---Returns the number of slots in one of the player's bags
|
|
function GetContainerNumSlots(container) end
|