Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
InstantiateGameMode ( |
Instantiates the game mode.
|
protected InstantiateGameMode ( |
||
p_futFileUtility | The file utility class to be used by the game mode. | |
return |
public MorrowindGameModeFactory ( IEnvironmentInfo p_eifEnvironmentInfo ) : Nexus.Client.Games.Gamebryo | ||
p_eifEnvironmentInfo | IEnvironmentInfo | The application's environement info. |
return | Nexus.Client.Games.Gamebryo |
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. |
return | bool |