RecompExternalPython for N64Recompiled 2.0.0
Loading...
Searching...
No Matches

repy_api.mem: This module access to N64Recompiled memory from within Python code. More...

Topics

 repy_api.mem.byteswapped
 repy_api.mem.byteswapped: This module provides easy reading and writing of data inside N64Recompiled memory.
 repy_api.mem.raw
 repy_api.mem.raw: This module provides direct access to data N64Recompiled memory, without any kind of byteswapping or type-casting.

Detailed Description

repy_api.mem: This module access to N64Recompiled memory from within Python code.

Recompiled memory addresses (sometimes referred to as pointers in this documentation) are represented with Python int objects.