Blob:setU16

Edit

Writes 16-bit unsigned integers to the Blob.



Arguments

NameTypeDescription
offsetnumber A non-negative byte offset to start writing at.
...number Numbers to write to the blob as 16-bit unsigned integers (each taking up 2 bytes, ranging from 0 to 65535).

Returns

Nothing

Arguments

NameTypeDescription
offsetnumber A non-negative byte offset to start writing at.
table{number} A table of numbers to write to the blob as 16-bit unsigned integers (each taking up 2 bytes, ranging from 0 to 65535).

Returns

Nothing

See also