C# 클래스 Nexus.Client.Games.Morrowind.MorrowindGameModeFactory

The game mode factory that builds MorrowindGameModes.
상속: Nexus.Client.Games.Gamebryo.GamebryoGameModeFactory
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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