Initial commit
This commit is contained in:
6
api/GetBagName.lua
Normal file
6
api/GetBagName.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user