StringMap.GetValue Method

Retrieves a value in a Map.

bool GetValue(const char[] key, any& value)

Parameters

const char[] key

Key string.

any& value

Variable to store value.

Return Value

True on success. False if the key is not set, or the key is set as an array or string (not a value).