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

Launches Morrowind.
상속: GameLauncherBase
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
MorrowindLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System

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

보호된 메소드들

메소드 설명
SetupCommands ( ) : void

Initializes the game launch commands.

비공개 메소드들

메소드 설명
GetCustomLaunchCommand ( ) : string

Gets the custom launch command.

GetMwseLaunchCommand ( ) : string

Gets the OBSE launch command.

GetPlainLaunchCommand ( ) : string

Gets the plain launch command.

LaunchGame ( ) : void

Launches the game, using FOSE if present.

LaunchMorrowindCustom ( ) : void

Launches the game with a custom command.

LaunchMorrowindMWSE ( ) : void

Launches the game, with MWSE.

LaunchMorrowindPlain ( ) : void

Launches the game, without OBSE.

메소드 상세

MorrowindLauncher() 공개 메소드

A simple constructor that initializes the object with the given dependencies.
public MorrowindLauncher ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System
p_gmdGameMode IGameMode >The game mode currently being managed.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
리턴 System

SetupCommands() 보호된 메소드

Initializes the game launch commands.
protected SetupCommands ( ) : void
리턴 void