IsGameDevMode

From Onset Developer Wiki
Revision as of 12:02, 5 November 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Checks whether the game is in development mode. The development mode can be enabled by passing the -dev argument to the game ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
IsGameDevMode

Type: Function
Context: Client
Introduced: v1.0

Description

Checks whether the game is in development mode. The development mode can be enabled by passing the -dev argument to the game executable.

Syntax

IsGameDevMode()

Parameters

  • This function has no parameters.

Return Value

  • Returns true if the game was started with the -dev switch.

Example

__EDIT_ME__

See also

__EDIT_ME__