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
stringMkey of the value
anyMvalue that shall be stored in a persistent database

Return

Type Description
booltrue on success, false otherwise