Osiris/API/IsGameLevel

From Divinity Engine Wiki
Revision as of 18:09, 11 June 2019 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query IsGameLevel([in](STRING)_LevelName, [out](INTEGER)_Bool)
Description

Returns whether whether the current level is a non-character-creation, non-lobby level.

Return Values
  • Success/Failure: Default result.
  • _Bool: 1 if the current level is a non-character-creation, non-lobby level, 0 if not.
Notes
  • The _LevelName parameter is ignored
  • The character creation and lobby level for your mod can be specified in the project settings of your mod.
See Also