lua.wetgenes.gamecake.zone.scene.systems.call
scene:systems_call(fname,...)
For every system call the function called fname like so.
system[fname](system,...)
Returns the number of calls made, which will be the number of systems that had an fname function to call.
If fname is a function then it will be called as if it was a method.