KvSetUInt64 Function

Sets a large integer value of a KeyValues key.

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

Parameters

Handle kv

KeyValues Handle.

const char[] key

Name of the key, or NULL_STRING.

const int[2] value

Large integer value (0=High bits, 1=Low bits)

Errors

Invalid Handle.