Method | Description | |
---|---|---|
Execute ( string p_strScript ) : bool |
Executes the given script.
|
|
ScriptRunner ( Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy p_msfFunctions ) : System |
A simple construtor that initializes the object with the given dependencies.
|
public Execute ( string p_strScript ) : bool | ||
p_strScript | string | The script code to execute. |
return | bool |
public ScriptRunner ( Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy p_msfFunctions ) : System | ||
p_msfFunctions | Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy | The object that implements the script functions. |
return | System |