KvGetDataType Function

Returns the data type at a key.

KvDataTypes KvGetDataType(Handle kv, const char[] key)

Parameters

Handle kv

KeyValues Handle.

const char[] key

Key name.

Return Value

KvDataType value of the key.

Errors

Invalid Handle.