Variable: gameTypes
ts
const gameTypes: {
eGameIDArtefactHunt: 8;
eGameIDCaptureTheArtefact: 16;
eGameIDDeathmatch: 2;
eGameIDDominationZone: 32;
eGameIDNoGame: 0;
eGameIDSingle: 1;
eGameIDTeamDeathmatch: 4;
eGameIDTeamDominationZone: 64;
GAME_ANY: 0;
GAME_ARTEFACTHUNT: 7;
GAME_ASSAULT: 4;
GAME_CS: 5;
GAME_CTF: 3;
GAME_DEATHMATCH: 2;
GAME_DUMMY: 255;
GAME_LASTSTANDING: 100;
GAME_SINGLE: 1;
GAME_TEAMDEATHMATCH: 6;
};List of available game modes based on bit masks.