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