How to use the GetItemsInfo function from bindings
Find comprehensive JavaScript bindings.GetItemsInfo code examples handpicked from public code repositorys.
84 85 86 87 88 89 90 91 92 93
cga.CraftItem(info.skill.index, info.craft.index, 0, arr); return true; } cga.getInventoryItems = function(){ var items = cga.GetItemsInfo(); var newitems = new Array(); for(var i in items) { if(items[i].pos >= 8)
35
0
1
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)