Osiris/API/RegionEnded: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Added RegionEnded documentation)
(No difference)

Revision as of 18:18, 17 September 2017

Full Definition(s)
  • event RegionEnded((String)_LevelName)
Description

Thrown when the level has been unloaded on the server side. This happens when going from one level to another.

Parameters
  • _LevelName: The identifier name of the level that has been unloaded.
Notes
  • /
See Also