Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: manavortex
Forum: Bug Reports 02/10/18, 10:37 AM
Replies: 7
Views: 4,252
Posted By manavortex
[notabug] GetItemTotalCount returns 0 for BAG_VIRTUAL

local itemCount

_, _, itemCount = GetItemTotalCount(BAG_VIRTUAL, slotIndex)
-- itemCount is now 0

_, itemCount = GetItemInfo(BAG_VIRTUAL, slotIndex)
-- itemCount is now valid
Showing results 1 to 1 of 1