C# Класс Nexus.Client.Games.Starbound.Scripting.ModScript.StarboundModScriptInterpreterContext

Provides the function context to use when executing Starbound Mod Script scripts.
Наследование: Nexus.Client.ModManagement.Scripting.ModScript.ModScriptInterpreterContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

StarboundModScriptInterpreterContext() публичный Метод

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.
Результат Nexus.Client.ModManagement.Scripting.ModScript