native
nvault_touch
Syntax
native nvault_touch(vault, const key[], timestamp=-1);
Description
"Touches" a key to update its timestamp value.
If stamp is -1 (default), it will use the current time.
Like the unix command "touch," it will create an empty key
if the value does not exist.