Méthode | Description | |
---|---|---|
BuildGameMode ( |
Builds the game mode.
|
|
GetExecutablePath ( string p_strPath ) : string |
Gets the path to the game executable.
|
|
GetInstallationPath ( ) : string |
Gets the path where mod files should be installed.
|
|
GetInstallationPath ( string p_strGameInstallPath ) : string |
Gets the path where mod files should be installed. This method uses the given path to the installed game to determine the installaiton path for mods. |
|
PerformInitialSetup ( ShowViewDelegate p_dlgShowView, ShowMessageDelegate p_dlgShowMessage ) : bool |
Performs the initial setup for the game mode being created.
|
|
PerformInitialization ( ShowViewDelegate p_dlgShowView, ShowMessageDelegate p_dlgShowMessage ) : bool |
Performs the initializtion for the game mode being created.
|
|
WarThunderGameModeFactory ( IEnvironmentInfo p_eifEnvironmentInfo ) : System |
A simple consturctor that initializes the object with the given values.
|
Méthode | Description | |
---|---|---|
InstantiateGameMode ( |
Instantiates the game mode.
|
public BuildGameMode ( |
||
p_futFileUtility | The file utility class to be used by the game mode. | |
p_imsWarning | The resultant warning resultant from the creation of the game mode.
/// |
|
Résultat | IGameMode |
public GetExecutablePath ( string p_strPath ) : string | ||
p_strPath | string | |
Résultat | string |
public GetInstallationPath ( string p_strGameInstallPath ) : string | ||
p_strGameInstallPath | string | |
Résultat | string |
protected InstantiateGameMode ( |
||
p_futFileUtility | The file utility class to be used by the game mode. | |
Résultat |
public PerformInitialSetup ( 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. |
Résultat | bool |
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. |
Résultat | bool |
public WarThunderGameModeFactory ( IEnvironmentInfo p_eifEnvironmentInfo ) : System | ||
p_eifEnvironmentInfo | IEnvironmentInfo | The application's environement info. |
Résultat | System |