I would like to know how do I get access to arrays inside the game from outside using javascript.
Exploring the game runtime, I was able to access global variables using `c2canvas.c2runtime.all_global_vars` but it doesn't seems possible to access an array the same way. Any thoughts?