How to use the AssessItem function from bindings

Find comprehensive JavaScript bindings.AssessItem code examples handpicked from public code repositorys.

48
49
50
51
52
53
54
55
56
//返回:true / false
cga.assessItem = function(itempos){
        var skill = cga.findPlayerSkill('鉴定');
        if(skill){
                if(cga.StartWork(skill.index, 0))
                        return cga.AssessItem(skill.index, itempos);
        }
        return false;           
}
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)