How to use the StartWork function from bindings
Find comprehensive JavaScript bindings.StartWork code examples handpicked from public code repositorys.
15 16 17 18 19 20 21 22 23 24
cga.isInBattle = function(){ return (cga.GetWorldStatus() == 10) ? true : false; } cga.keepStartWork = function(skill_index, subskill_index){ var started = cga.StartWork(skill_index, subskill_index); return setInterval(function(){ if(cga.GetGameStatus() != 3 || cga.GetWorldStatus() != 9) started = false; if(!started)
35
0
1
+ 11 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)