How to use the getItemCraftInfo function from bindings
Find comprehensive JavaScript bindings.getItemCraftInfo code examples handpicked from public code repositorys.
55 56 57 58 59 60 61 62 63 64return false; } //制造物品,参数:物品名 cga.craftNamedItem = function(itemname){ var info = cga.getItemCraftInfo(itemname); if(!info) return new Error('你没有制造 '+itemname+' 的技能'); var items = cga.getInventoryItems();
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)
