Expand description
Module handling library for Skyrim SE/AE/VR .
Structs§
- Module
- Represents a loaded module in memory.
- Module
Handle - 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§
- Module
Handle Error - Error types for module handle operations.
- Module
Init Error - Errors that can occur during module initialization.
- Module
State - Represents the state of the module.
- Module
State Error - 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.
- Segment
Name - 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 isSkyrimVR.exe
.