Initial commit
This commit is contained in:
13
api/GetBackpackCurrencyInfo.lua
Normal file
13
api/GetBackpackCurrencyInfo.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param index number
|
||||
---@return string name
|
||||
---@return number count
|
||||
---@return 2 extraCurrencyType
|
||||
---@return 0
|
||||
---@return 1
|
||||
---@return 2
|
||||
---@return string icon
|
||||
---@return number itemID
|
||||
---Returns information about a currency marked for watching on the Backpack UI
|
||||
function GetBackpackCurrencyInfo(index) end
|
||||
Reference in New Issue
Block a user