Skip to content

Set Byte Ptr

Requires a valid DynamicWriter, and a byte ptr.

No bounds check

No bounds check will be done on the byte ptr, it can be set to an area of the buffer that is out of bounds.

function light.internal.set_byte_ptr()

Client Server Shared Experimental Synchronous
1
2
3
4
function set_byte_ptr(
    writer: DynamicWriter,
    byte_ptr: number
): ()