C# Class Nexus.Client.Games.DarkSouls.Scripting.ModScript.DarkSoulsModScriptInterpreterContext

Provides the function context to use when executing DarkSouls Mod Script scripts.
Inheritance: Nexus.Client.ModManagement.Scripting.ModScript.ModScriptInterpreterContext
Datei anzeigen Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
DarkSoulsModScriptInterpreterContext ( Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy p_msfFunctions ) : Nexus.Client.ModManagement.Scripting.ModScript

A simple construtor that initializes the object with the given dependencies.

Method Details

DarkSoulsModScriptInterpreterContext() public method

A simple construtor that initializes the object with the given dependencies.
public DarkSoulsModScriptInterpreterContext ( Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy p_msfFunctions ) : Nexus.Client.ModManagement.Scripting.ModScript
p_msfFunctions Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy The object that proxies the script function calls /// out of the sandbox.
return Nexus.Client.ModManagement.Scripting.ModScript