RecompExternalPython for N64Recompiled 2.0.0
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
[detail level 1234]
 C API - N64Recompiled Mod Code
 TypesAll of the C types that REPY defines
 Numerical TypesNumerical Types used by REPY
 Handle TypesTypes used by REPY to represent entities that exist outside of mod code
 Handle Special ValuesMacros representing special values for REPY Handle Types
 Object TypesTypes used by REPY for objects that exist in mod memory
 Events
 Macros
 Initialization Macros
 Inline Code Caching Macros
 REPY_FOREACH - Python Object Iteration Macros
 REPY_FN - Python Interpreter Operations Matching C Function Scopes.
 REPY_FN_SETUP/CLEANUP - Initialization and cleanup of Python scopes.
 REPY_FN_EXEC - Python Scoped Inline Code Execution.
 REPY_FN_EVAL - Python Scope Expression Evaluation.
 REPY_FN_GET/SET - Python Scope Namespace Management.
 REPY_FN_IF_CACHE - Conditional Statements Based on Python Scopes
 REPY_FN Loops - C Loops Controlled By Python Scope
 API FunctionsThe overview of all REPY API functions
 PreInit FunctionsFunctions that affect Python Initialization
 Handle FunctionsFunctions that operate on REPY_Handle values directly, rather than the Python objects they represent
 (Sub)Interpreter FunctionsFunctions Used for REPY's Interpreter Stack, which handles interpreter/subinterpreter operations as well as PyThreadState management
 Module FunctionsFunctions Used for Python module operations
 Primative OperationsFunctions that deal with converting between C and Python primatives
 Memcpy FunctionsFunctins used to directly transfer data between mod memory and the Python interpreter, using appropriate Python types
 Object Attribute FunctionsFunctions related to accessing the members and propertied of objects
 Iteration FunctionsFunctions that operate on REPY_Handle values directly, rather than the Python objects they represent
 Tuple FunctionsFunctions that operate on Python tuple objects
 Dict FunctionsFunctions that operate on Python dict objects
 Code Compilation and Execution FunctionsFunctions that deal with the compiling and executing Python code from inside mod code
 Python Function CallingFunctions that call Python functions and other callables
 Error HandlingFunctions used for Python error handling
 Nrm ZipFile FunctionsFunctions to access nrm files read-only as ZipFile objects
 Helper FunctionsVarious helper functions, primarily used by API macros
 REPY_IteratorHelper MethodsMethod functions to operate on REPY_IteratorHelper objects
 REPY_IfStmtChain MethodsMethod functions to operate on REPY_IfStmtChain objects
 REPY_IfStmtHelper MethodsMethod functions to operate on REPY_IfStmtHelper objects
 REPY_DeferredCleanupHelper MethodsMethod functions to operate on REPY_DeferredCleanupHelper objects
 Python API: The repy_api Python Modulerepy_api: This module access to certain N64Recomp information from Python code
 repy_api.memRepy_api.mem: This module access to N64Recompiled memory from within Python code
 repy_api.mem.byteswappedrepy_api.mem.byteswapped: This module provides easy reading and writing of data inside N64Recompiled memory
 repy_api.mem.rawrepy_api.mem.raw: This module provides direct access to data N64Recompiled memory, without any kind of byteswapping or type-casting