This is a list of all global variables which can be accessed from anywhere in KC-code.
Variable Documentation
array ga_Races
Race-Array of OBJ_RACE (OBJ_PIRATES and OBJ_GONER).
If a parameter has to be a race-object, it can be obtained from the global table ga_Races[ RACE_x ], where RACE_x stands for any valid race-id. For example if one has to pass a Boron-race-object, ga_Races[ RACE_BORON ] is apropriate. See also Race IDs