KvDeleteKey Function

Removes the given key from the current position.

bool KvDeleteKey(Handle kv, const char[] key)

Parameters

Handle kv

KeyValues Handle.

const char[] key

Name of the key.

Return Value

True on success, false if key did not exist.

Errors

Invalid Handle.