AMX Mod X API Documentation

Signature
native nvault_remove(vault, const key[]);
Description

Removes an entry from the vault by its key.

Parameters
  • vault A vault handle returned from nvault_open()
  • key The key to remove from the vault
No return value
Errors
  • On invalid vault handle.
Назад
Верх