native nvault_lookup(vault, const key[], value[], maxlen, ×tamp);
vault | A vault handle returned from nvault_open() |
key | A key to get information from |
value | A string where the value should be stored |
maxlen | Maximum length of the @value string |
timestamp | The timestamp of the entry |
Retrieves full information about a vault entry.
1 if an entry was found, 0 otherwise.
On invalid vault handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.