Osiris/Shared/DB CurrentLevel: Difference between revisions
Jump to navigation
Jump to search
(Added DB_CurrentLevel documentation) |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
* '''DB_CurrentLevel'''(''(STRING)'''''_LevelName) | * '''DB_CurrentLevel'''(''(STRING)'''''_LevelName) | ||
===== Description ===== | ===== Description ===== | ||
Whenever a [[Osiris/API/RegionStarted|region starts]], a fact with this level name is added to the '''DB_CurrentLevel''' database. When a [[Osiris/API/ | Whenever a [[Osiris/API/RegionStarted|region starts]], a fact with this level name is added to the '''DB_CurrentLevel''' database. When a [[Osiris/API/RegionEnded|region ends]], the fact is removed again. | ||
===== Notes ===== | ===== Notes ===== | ||
* / | * / | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/ | * [[Osiris/API/RegionEnded|RegionEnded]] | ||
* [[Osiris/API/RegionStarted|RegionStarted]] | * [[Osiris/API/RegionStarted|RegionStarted]] | ||
[[Category:Osiris Shared Mod Helpers]] | [[Category:Osiris Shared Mod Helpers|CurrentLevel]] |
Latest revision as of 14:49, 19 December 2017
Full Definition(s)
- DB_CurrentLevel((STRING)_LevelName)
Description
Whenever a region starts, a fact with this level name is added to the DB_CurrentLevel database. When a region ends, the fact is removed again.
Notes
- /