C# Класс Nexus.Client.Games.Morrowind.MorrowindGameModeFactory

The game mode factory that builds MorrowindGameModes.
Наследование: Nexus.Client.Games.Gamebryo.GamebryoGameModeFactory
Показать файл Открыть проект

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

Метод Описание
GetInstallationPath ( ) : string

Gets the path where mod files should be installed.

MorrowindGameModeFactory ( IEnvironmentInfo p_eifEnvironmentInfo ) : Nexus.Client.Games.Gamebryo

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

PerformInitialization ( ShowViewDelegate p_dlgShowView, ShowMessageDelegate p_dlgShowMessage ) : bool

Performs the initializtion for the game mode being created.

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

Метод Описание
InstantiateGameMode ( FileUtil p_futFileUtility ) : GamebryoGameModeBase

Instantiates the game mode.

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

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

Gets the path where mod files should be installed.
public GetInstallationPath ( ) : string
Результат string

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

Instantiates the game mode.
protected InstantiateGameMode ( FileUtil p_futFileUtility ) : GamebryoGameModeBase
p_futFileUtility Nexus.Client.Util.FileUtil The file utility class to be used by the game mode.
Результат Nexus.Client.Games.Gamebryo.GamebryoGameModeBase

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

A simple consturctor that initializes the object with the given values.
public MorrowindGameModeFactory ( IEnvironmentInfo p_eifEnvironmentInfo ) : Nexus.Client.Games.Gamebryo
p_eifEnvironmentInfo IEnvironmentInfo The application's environement info.
Результат Nexus.Client.Games.Gamebryo

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

Performs the initializtion for the game mode being created.
public PerformInitialization ( ShowViewDelegate p_dlgShowView, ShowMessageDelegate p_dlgShowMessage ) : bool
p_dlgShowView ShowViewDelegate The delegate to use to display a view.
p_dlgShowMessage ShowMessageDelegate The delegate to use to display a message.
Результат bool