native nvault_set(vault, const key[], const value[]);
vault | A vault handle returned from nvault_open() |
key | A key to set the value for |
value | A value to set |
Sets value of a vault entry and updates the timestamp.
A new entry is created if one with the given key doesn't exist.
This function has no return value.
On invalid vault handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.