GameStateFlags

Contains flags for all things that could be disabled.

struct GameStateFlags {
bool updateScene;
bool updateUI;
bool updateTasks;
bool autoRefresh;
}

Members

Functions

pauseAll
void pauseAll()

Set each member to false.

resumeAll
void resumeAll()

Set each member to true.

Meta