C# Class Nexus.Client.Games.Starbound.Scripting.ModScript.StarboundModScriptInterpreterContext

Provides the function context to use when executing Starbound Mod Script scripts.
Inheritance: Nexus.Client.ModManagement.Scripting.ModScript.ModScriptInterpreterContext
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
StarboundModScriptInterpreterContext ( 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

StarboundModScriptInterpreterContext() public méthode

A simple construtor that initializes the object with the given dependencies.
public StarboundModScriptInterpreterContext ( 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.
Résultat Nexus.Client.ModManagement.Scripting.ModScript