C# Класс Nexus.Client.Games.FalloutNV.Scripting.CSharpScript.FalloutNVCSharpScriptFunctionProxy

Implements the functions availabe to Fallout 3 C# scripts.
Наследование: Nexus.Client.Games.Fallout3.Scripting.CSharpScript.FalloutCSharpScriptFunctionProxy
Показать файл Открыть проект

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

Метод Описание
FalloutNVCSharpScriptFunctionProxy ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, InstallerGroup p_igpInstallers, BsaManager p_bamBsaManager, UIUtil p_uipUIProxy ) : System

A simple constructor that initialies the object with the given values.

GetNvseVersion ( ) : System.Version

Gets the version of NVSE that is installed.

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

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

A simple constructor that initialies the object with the given values.
public FalloutNVCSharpScriptFunctionProxy ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, InstallerGroup p_igpInstallers, BsaManager p_bamBsaManager, UIUtil p_uipUIProxy ) : System
p_modMod IMod The mod for which the script is running.
p_gmdGameMode IGameMode The game mode currently being managed.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_igpInstallers Nexus.Client.ModManagement.InstallerGroup The utility class to use to install the mod items.
p_bamBsaManager Nexus.Client.Games.Gamebryo.ModManagement.Scripting.BsaManager The manager to use to work with BSA files.
p_uipUIProxy Nexus.Client.ModManagement.Scripting.UIUtil The UI manager to use to interact with UI elements.
Результат System

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

Gets the version of NVSE that is installed.
public GetNvseVersion ( ) : System.Version
Результат System.Version