Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EGameModeState.c File Reference

Go to the source code of this file.

Enumerations

enum  SCR_EGameModeState { PREGAME = 0 , GAME , POSTGAME }

Enumeration Type Documentation

◆ SCR_EGameModeState

Defines states of a game mode.

Enumerator
PREGAME 

This is an optional state of the game. It can be used to allow more players connect before game mode itself engages.

GAME 

This is the main state of the game. It is where the main loop of the game happens.

POSTGAME 

This is the state to which game transfers when it ends. It can be used to show scoreboards, additional messages or allow user-based voting, etc.

Examples
F:/Games/AReforger/scripts/Game/GameMode/SCR_GameModeEditor.c.

Definition at line 4 of file SCR_EGameModeState.c.