Read Array

Signature

table readArray(u64 address, u64 size)

Description

Reads a specific number of bytes from a given memory address and returns them as a table.

Arguments

Address

The memory address where the bytes will be read from.

Size

The number of bytes to read from the memory address.

Notes

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.

Last updated