How to use the GetWorldStatus function from bindings

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

21
22
23
24
25
26
27
28
29
30
        return setInterval(function(){
                if(cga.GetGameStatus() != 3 || cga.GetWorldStatus() != 9)
                        started = false;
                if(!started)
                {
                        if(cga.GetGameStatus() == 3 && cga.GetWorldStatus() == 9)
                                started = cga.StartWork(skill_index, subskill_index);
                }
        }, 100);
}
fork icon35
star icon0
watch icon1

+ 7 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)