Blob:setU8
EditWrites 8-bit unsigned integers to the Blob.
Arguments
| Name | Type | Description |
| offset | number | A non-negative byte offset to start writing at. |
| ... | number | Numbers to write to the blob as 8-bit unsigned integers (each taking up 1 byte, ranging from 0 to 255). |
Returns
Nothing
Arguments
| Name | Type | Description |
| offset | number | A non-negative byte offset to start writing at. |
| table | {number} | A table of numbers to write to the blob as 8-bit unsigned integers (each taking up 1 byte, ranging from 0 to 255). |
Returns
Nothing