Method | Description | |
---|---|---|
GetScriptExtenderVersion ( ) : System.Version |
Gets the version of the script extender that is installed.
|
|
GrimrockModScriptFunctionProxy ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, |
A simple constructor that initializes the object with the given values.
|
|
GrimrockNewerThan ( string p_strGameVersion ) : bool |
Determines if the current game version is greater than the given version. This is an alis for ModScriptFunctionProxy.GameNewerThan(string). It exists to maintain compatibility with old Mod Scripts. |
|
ScriptExtenderNewerThan ( string p_strGameVersion ) : bool |
Determines if the installed script extender version is greater than the given version.
|
|
ScriptExtenderPresent ( ) : bool |
Determines if the script extender is installed.
|
public GetScriptExtenderVersion ( ) : System.Version | ||
return | System.Version |
public GrimrockModScriptFunctionProxy ( 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_uipUIProxy | The UI manager to use to interact with UI elements. | |
return | System |
public GrimrockNewerThan ( string p_strGameVersion ) : bool | ||
p_strGameVersion | string | The version to which to compare the game's version. |
return | bool |
public ScriptExtenderNewerThan ( string p_strGameVersion ) : bool | ||
p_strGameVersion | string | The version to which to compare the script extender's version. |
return | bool |