table readArray(u64 address, u64 size)
Reads a specific number of bytes from a given memory address and returns them as a table.
The memory address where the bytes will be read from.
The number of bytes to read from the memory address.
If save.readArray is used and the memory address that is read from is outside the save area, it will wrap around to the beginning.
save.readArray
Last updated 1 year ago