Osiris/Shared/DB Singleton
From Divinity Engine Wiki
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
- /