View Single Post
Unread 06-04-14, 06:18 AM   #2
Zanderwar
Zombie
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 3
Code:
function ScanCurrencies()
	for k,v in pairs(Inspect.Currency.Detail(Inspect.Currency.List())) do
    	local category = Inspect.Currency.Category.Detail(v.category).name
    	print(v.name .. ": " .. v.stack)
	end	
end
figured it out, thanks
Zanderwar is offline   Reply With Quote