KeyValues.DeleteKey Method

Removes the given key from the current position.

bool DeleteKey(const char[] key)

Parameters

const char[] key

Name of the key.

Return Value

True on success, false if key did not exist.