Osiris/API/RegionStarted: Difference between revisions
Jump to navigation
Jump to search
m (Link RegionEnded and DB_CurrentLevel) |
mNo edit summary |
||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
* event '''RegionStarted'''(''( | * event '''RegionStarted'''(''(STRING)'''''_LevelName''') | ||
===== Description ===== | ===== Description ===== | ||
Thrown when the level has been loaded and is ready at the server side, but not yet at the client side. | Thrown when the level has been loaded and is ready at the server side, but not yet at the client side. |
Revision as of 11:18, 30 November 2017
Full Definition(s)
- event RegionStarted((STRING)_LevelName)
Description
Thrown when the level has been loaded and is ready at the server side, but not yet at the client side.
Parameters
- _LevelName: The identifier name of the level that has been loaded
Notes
- See GameStarted for usage information that also applies to this event.