KeyValues.SetUInt64 Method

Sets a large integer value of a KeyValues key.

void SetUInt64(const char[] key, const int value[2])

Parameters

const char[] key

Name of the key, or NULL_STRING.

const int[2] value

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