SetUInt64
Sets a large integer value of a KeyValues key.
native 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)
Return Value
void