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; }
35
0
1
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)