Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: der_Lucas
Forum: Lua/XML Help 08-20-20, 08:02 AM
Replies: 0
Views: 6,512
Posted By der_Lucas
Question C_AuctionHouse.SearchForItemKeys sort order

Hi,

I create a list of itemkeys.


local index = 0;
for k in next, test do
index = (index + 1);
table.insert(itemkeys, C_AuctionHouse.MakeItemKey(test[k].id) )
end
Showing results 1 to 1 of 1