Method | Description | |
---|---|---|
GetSkseVersion ( ) : System.Version |
Gets the version of SKSE that is installed.
|
|
SkyrimCSharpScriptFunctionProxy ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, |
A simple constructor that initialies the object with the given values.
|
public SkyrimCSharpScriptFunctionProxy ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, |
||
p_modMod | IMod | The mod for which the script is running. |
p_gmdGameMode | IGameMode | The game mode currently being managed. |
p_eifEnvironmentInfo | IEnvironmentInfo | The application's envrionment info. |
p_igpInstallers | The utility class to use to install the mod items. | |
p_bamBsaManager | The manager to use to work with BSA files. | |
p_uipUIProxy | The UI manager to use to interact with UI elements. | |
return | System |