Files
wow_Meta/api/GetBagName.lua
2025-05-04 14:35:26 +02:00

7 lines
318 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