set_vaultdata
Syntax
native set_vaultdata(const key[], const data[] = "");
Usage
| Parameter | Description |
|---|---|
| key | Key to set the value for |
| data | Data to set for the given key |
Description
Sets data for a given key.
Return
This function has no return value.