KeyValues.GetUInt64 Method

Retrieves a large integer value from a KeyValues key.

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

Parameters

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.