C# Класс Nexus.Client.Games.Skyrim.SkyrimGameMode

Provides information required for the programme to manage Skyrim plugins and mods.
Наследование: Nexus.Client.Games.Fallout3.Fallout3GameMode
Показать файл Открыть проект

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

Метод Описание
SkyrimGameMode ( IEnvironmentInfo p_eifEnvironmentInfo, FileUtil p_futFileUtility ) : System.IO

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

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

Метод Описание
CreateGameModeDescriptor ( ) : IGameModeDescriptor

Creates a game mode descriptor for the current game mode.

CreateSettingsFileContainer ( ) : GamebryoSettingsFiles

Instantiates the container to use to store the list of settings files.

SetupSettingsFiles ( ) : void

Adds the settings files to the game mode's list.

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

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

Creates a game mode descriptor for the current game mode.
protected CreateGameModeDescriptor ( ) : IGameModeDescriptor
Результат IGameModeDescriptor

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

Instantiates the container to use to store the list of settings files.
protected CreateSettingsFileContainer ( ) : GamebryoSettingsFiles
Результат Nexus.Client.Games.Gamebryo.GamebryoSettingsFiles

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

Adds the settings files to the game mode's list.
protected SetupSettingsFiles ( ) : void
Результат void

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

A simple constructor that initializes the object with the given values.
public SkyrimGameMode ( IEnvironmentInfo p_eifEnvironmentInfo, FileUtil p_futFileUtility ) : System.IO
p_eifEnvironmentInfo IEnvironmentInfo The application's environment info.
p_futFileUtility Nexus.Client.Util.FileUtil The file utility class to be used by the game mode.
Результат System.IO