GetUInt64
Retrieves a large integer value from a KeyValues key.
native void GetUInt64(const char[] key, int value[2], int defvalue[2] = { 0, 0 })
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.
Return Value
void