11 lines
296 B
Lua
11 lines
296 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param tab number
|
|
---@param slot number
|
|
---@return string texture
|
|
---@return number count
|
|
---@return 1nil locked
|
|
---Returns information about the contents of a guild bank item slot
|
|
function GetGuildBankItemInfo(tab, slot) end
|