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)
fork icon35
star icon0
watch icon1

+ 3 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)