Osiris/API/IsGameLevel: Difference between revisions
Jump to navigation
Jump to search
(IsGameLevel documentation) |
(No difference)
|
Revision as of 18:06, 17 September 2017
Full Definition(s)
- query IsGameLevel([in](STRING)_LevelName, [out](INTEGER)_Bool)
Description
Returns whether whether the level with name _LevelName is a non-character-creation, non-lobby level.
Return Values
- Success/Failure: Default result.
- _Bool: 1 if the level with name _LevelName is a non-character-creation, non-lobby level, 0 if not.
Notes
- The character creation and lobby level for your mod can be specified in the project settings of your mod.