C# Класс Nexus.Client.Games.Oblivion.Scripting.ModScript.OblivionModScriptInterpreter

Interpets and executes the given Oblivion Mod Script script.
Наследование: Nexus.Client.ModManagement.Scripting.ModScript.ModScriptInterpreter
Показать файл Открыть проект

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

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

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

Защищенные методы

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

Creates the context object that tracks the state of the script being executed.

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

CreateInterpreterContext() защищенный Метод

Creates the context object that tracks the state of the script being executed.
protected CreateInterpreterContext ( Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy p_msfFunctions ) : ModScriptInterpreterContext
p_msfFunctions Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy The object that implements the script functions.
Результат Nexus.Client.ModManagement.Scripting.ModScript.ModScriptInterpreterContext

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

A simple construtor that initializes the object with the given values.
public OblivionModScriptInterpreter ( Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy p_msfFunctions, string p_strScript ) : Nexus.Client.ModManagement.Scripting.ModScript
p_msfFunctions Nexus.Client.ModManagement.Scripting.ModScript.ModScriptFunctionProxy The object that implements the script functions.
p_strScript string The script to execute.
Результат Nexus.Client.ModManagement.Scripting.ModScript