nexuslua
Loading...
Searching...
No Matches
peek

The nexuslua function peek reads an integer number from a memory address. It accepts 2 parameters:

  • the memory address as light user data
  • the number of bytes to read (1,2,4 or 8), which will be interpreted as a single integer

It returns the read integer. For an example, see poke.

See also