Module module

Source
Expand description

Module handling library for Skyrim SE/AE/VR .

Structs§

Module
Represents a loaded module in memory.
ModuleHandle
A handle that obtains and holds the address of the surviving dll/exe until the end of program execution.
Segment
Represents a memory segment in a module.

Enums§

ModuleHandleError
Error types for module handle operations.
ModuleInitError
Errors that can occur during module initialization.
ModuleState
Represents the state of the module.
ModuleStateError
Type definition for treating an instance of information management as an error when it is in a state where information cannot be obtained.
Runtime
Defines Skyrim runtime versions.
SegmentName
Represents different sections in a binary executable.

Functions§

get_skyrim_dir
Get SkyrimSE.exe/SkyrimVR.exe dir path from registry.
get_skyrim_exe_path
Get SkyrimSE.exe/SkyrimVR.exe path from registry.
is_vr
Returns true if the current execution environment is SkyrimVR.exe.