KvGetUInt64 Function

Retrieves a large integer value from a KeyValues key.

void KvGetUInt64(Handle kv, const char[] key, int value[2], int defvalue[2])

Parameters

Handle kv

KeyValues Handle.

const char[] key

Name of the key, or NULL_STRING.

int[2] value

Array to represent the large integer.

int[2] defvalue

Optional default value to use if the key is not found.

Errors

Invalid Handle.