Osiris/Shared/DB Singleton: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented DB_Singleton)
 
(No difference)

Latest revision as of 20:48, 7 February 2018

Full Definition(s)
  • DB_Singleton((STRING)_VariableName, (INTEGER)_Value)
Description

Defines a database that will always hold at most one _Value for particular _VariableName. If you define a new value for the same _VariableName, the database fact for the old value will be removed.

Notes
  • /
See Also