Osiris/Shared/DB Singleton

From Divinity Engine Wiki
Revision as of 22:48, 7 February 2018 by Tinkerer (talk | contribs) (Documented DB_Singleton)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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