C# Класс Nexus.Client.Games.Morrowind.Scripting.ModScript.MorrowindModScriptInterpreterContext

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

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

Метод Описание
MorrowindModScriptInterpreterContext ( Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy p_msfFunctions ) : Nexus.Client.ModManagement.Scripting.ModScript

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

ReadRendererInfo ( string p_strVariableName, string p_strRendererValue ) : void

Reads the specified value from the renderer info file and stores it in the specified variable.

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

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

A simple construtor that initializes the object with the given dependencies.
public MorrowindModScriptInterpreterContext ( 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

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

Reads the specified value from the renderer info file and stores it in the specified variable.
public ReadRendererInfo ( string p_strVariableName, string p_strRendererValue ) : void
p_strVariableName string The name of the variable in which to store the value.
p_strRendererValue string The key of the value to return.
Результат void