a fundamental question about global code
Posted: Sun May 29, 2011 4:50 pm
so, when i do something simple like
in the global code area and give it a name like "startup", is THIS 2d int array then really global
and accessable by every actor in my game ??
- Code: Select all
int field[8][8]
in the global code area and give it a name like "startup", is THIS 2d int array then really global
and accessable by every actor in my game ??