How to use the travel function from bindings
Find comprehensive JavaScript bindings.travel code examples handpicked from public code repositorys.
146 147 148 149 150 151 152 153 154 155
cga.travel = {}; cga.travel.falan = {}; cga.travel.falan.xy2name = function(x, y){ if(x == 242 && y == 100) return 'E1'; if(x == 141 && y == 148) return 'S1';
35
0
1
+ 23 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)