How to use the GetSkillsInfo function from bindings
Find comprehensive JavaScript bindings.GetSkillsInfo code examples handpicked from public code repositorys.
28 29 30 31 32 33 34 35 36 37
} }, 100); } cga.getItemCraftInfo = function(itemname){ var skills = cga.GetSkillsInfo(); for(var i in skills){ if(skills[i].type == 1){ var crafts = cga.GetCraftsInfo(skills[i].index); for(var j in crafts){
35
0
1
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)