Method Object:SetUInt64Value [-] [+]
Sets the data at the specified index to the given value, converted to an unsigned 64-bit integer.
Synopsis
Object:SetUInt64Value( index, value )
Arguments
number index
Valid numbers: integers from 0 to 65,535.
number value
Valid numbers: integers from 0 to 18,446,744,073,709,551,615.
Returns
Nothing.