native

TrieKeyExists

Syntax

native bool:TrieKeyExists(Trie:handle, const key[]);

Description

Checks a hash map for the existence of an entry.

Parameters

handle Map handle
key Key string

Return

True if the key is set, false otherwise

Error

If an invalid handle is provided an error will be
thrown.