Difference between revisions of "Osiris/API/RegionStarted"

From Divinity Engine Wiki
Jump to: navigation, search
(Osiris Core APIs)
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* event '''RegionStarted'''(''(String)'''''_LevelName''')
+
* 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.
Line 6: Line 6:
 
* '''_LevelName''': The identifier name of the level that has been loaded
 
* '''_LevelName''': The identifier name of the level that has been loaded
 
===== Notes =====
 
===== Notes =====
* See [[Osiris/API/GameStarted]] for usage information that also applies to this call.
+
* See [[Osiris/API/GameStarted|GameStarted]] for usage information that also applies to this event.
 
===== See Also =====
 
===== See Also =====
* [[Osiris/API/GameStarted]]
+
* [[Osiris/API/GameEventSet|GameEventSet]]
 +
* [[Osiris/API/GameModeStarted|GameModeStarted]]
 +
* [[Osiris/API/GameStarted|GameStarted]]
 +
* [[Osiris/API/RegionEnded|RegionEnded]]
 +
* Helper [[Osiris/Shared/DB_CurrentLevel|DB_CurrentLevel]]
  
[[Category:Osiris Events]]
+
[[Category:Osiris Events|RegionStarted]]

Latest revision as of 16: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.
See Also