/
xdb.SetData
xdb.SetData
Description
This function can be used to store any kind of persistent data. The data is also available after server restart.
Signature
bool xdb.SetData (string, any)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | key of the value | |
any | M | value that shall be stored in a persistent database |
Return
Type | Description |
---|---|
bool | true on success, false otherwise |
, multiple selections available,
Related content
XDB Parameters
XDB Parameters
More like this
xcon.SendHex
xcon.SendHex
More like this
Synchronizing the SQL database
Synchronizing the SQL database
More like this
nxa.AddExtSysCustomItem
nxa.AddExtSysCustomItem
More like this
Item.Scene
Item.Scene
More like this
Meta property definitions
Meta property definitions
More like this