-
-
Notifications
You must be signed in to change notification settings - Fork 4
LuaByteBuffer
tom5454 edited this page Nov 1, 2023
·
1 revision
Returns all of the readable bytes in this buffer.
Writes the bytes into the buffer, each parameter is parsed as a single unsigned byte (0-255).
Reads the amount of bytes from the buffer and returns it as unpacked values.
The amount defaults to 1. Negative numbers read all of the available bytes.
Returns the remaining readable bytes in this buffer.
Removes the buffer from the used VRAM amount and marks the buffer invalid.
Returns a string reference to the buffer.
The reference is only usable on the same peripheral.