6 lines
217 B
Lua
6 lines
217 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 |