Difference between revisions of "Osiris/API/RegionStarted"
From Divinity Engine Wiki
m |
m |
||
Line 8: | Line 8: | ||
* See [[Osiris/API/GameStarted|GameStarted]] for usage information that also applies to this event. | * See [[Osiris/API/GameStarted|GameStarted]] for usage information that also applies to this event. | ||
===== See Also ===== | ===== See Also ===== | ||
+ | * [[Osiris/API/GameEventSet|GameEventSet]] | ||
+ | * [[Osiris/API/GameModeStarted|GameModeStarted]] | ||
* [[Osiris/API/GameStarted|GameStarted]] | * [[Osiris/API/GameStarted|GameStarted]] | ||
* [[Osiris/API/RegionEnded|RegionEnded]] | * [[Osiris/API/RegionEnded|RegionEnded]] |
Latest revision as of 15:39, 14 January 2018
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.