Method | Description | |
---|---|---|
DoExecute ( IScript p_scpScript ) : bool |
Executes the script.
|
|
XmlScriptExecutor ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, InstallerGroup p_igpInstallers, |
A simple constructor that initializes the object with the required dependencies.
|
public DoExecute ( IScript p_scpScript ) : bool | ||
p_scpScript | IScript | The XMl Script to execute. |
return | bool |
public XmlScriptExecutor ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, InstallerGroup p_igpInstallers, |
||
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 | InstallerGroup | The utility class to use to install the mod items. |
p_scxUIContext | The |
|
return | System |