6 lines
319 B
Lua
6 lines
319 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param container number
|
|
---@return string name
|
|
---Returns the name of one of the player's bags. Returns nil for the bank and keyring, for bank bags while the player is not at the bank, and for empty bag or bank bag slots.
|
|
function GetBagName(container) end |