a fundamental question about global code

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 ??