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 |