ScriptExtender
- class mobase.ScriptExtender
Bases:
ABCMethods Summary
- rtype:
str
getArch()- rtype:
int
- rtype:
str
- rtype:
bool
- rtype:
str
- rtype:
Union[str,PathLike[str],QFileInfo]
- rtype:
Union[str,PathLike[str],QDir]
Retrieve the extension of script extender save files.
Methods Documentation
- abstract binaryName()
- Return type:
str- Returns:
The name of the script extender binary.
- abstract getArch()
- Return type:
int- Returns:
The CPU platform of the extender.
- abstract getExtenderVersion()
- Return type:
str- Returns:
The version of the script extender.
- abstract isInstalled()
- Return type:
bool- Returns:
True if the script extender is installed, False otherwise.
- abstract loaderName()
- Return type:
str- Returns:
The loader to use to ensure the game runs with the script extender.
- abstract loaderPath()
- Return type:
Union[str,PathLike[str],QFileInfo]- Returns:
The full path to the script extender loader.
- abstract pluginPath()
- Return type:
Union[str,PathLike[str],QDir]- Returns:
The script extender plugin path, relative to the data folder.
- abstract savegameExtension()
Retrieve the extension of script extender save files.
- Return type:
str- Returns:
The extension of script extender save files (e.g. “skse”).