# Game Is Examinable

Grammar — Game is examinable.
FlagsNative | Function

Returns true if the game is running in examinable mode. The game will only be examinable if requested via the command line.

Returns — bool

native bool GameIsExaminable();

Category: Game / Game Settings

# Examples

# campaigns/swarmstoryutil.sc2mod

Lib281DEC45.galaxy

// L294
GameIsExaminable()
// L2073
GameIsExaminable()
// L2098
GameIsExaminable()

# mods/heroesbrawlmods/arenamodemods/arenamode.stormmod

LibAREN.galaxy

// L78
GameIsExaminable()

# mods/heroesdata.stormmod

HeroesLib.galaxy

// L4801
GameIsExaminable()