Method Object:SetUInt16Value [-] [+]
Sets the data at the specified index to the given value, converted to an unsigned 16-bit integer.
Synopsis
Object:SetUInt16Value( index, offset, value )
Arguments
number index
Valid numbers: integers from 0 to 65,535.
number offset
Should be 0 or 1.
Valid numbers: integers from 0 to 255.
number value
Valid numbers: integers from 0 to 65,535.
Returns
Nothing.