3rd Party Libraries
Recent Additions
Handles Parser
Discord
keyvalues
KvGetDataType
File
KvGetDataType
Last Updated
2007-03-25
Created At
2007-03-25
Returns the data type at a key.
native
KvDataTypes
KvGetDataType(
Handle
kv
,
const char[]
key
)
Parameters
Handle
kv
KeyValues Handle.
const char[]
key
Key name.
Return Value
KvDataTypes
KvDataType value of the key.
Error
Invalid Handle.