Méthode | Description | |
---|---|---|
EditGameSpecificValue ( string p_strKey, byte p_bteValue ) : bool |
Edits the specified game specific value.
|
|
FinalizeInstall ( ) : void |
Finalizes the installation of the values.
|
|
GamebryoGameSpecificValueInstaller ( IMod p_modMod, IGameModeEnvironmentInfo p_gmiGameModeInfo, IInstallLog p_ilgInstallLog, |
A simple constructor that initializes the object with its dependencies.
|
|
UnEditGameSpecificValue ( string p_strKey ) : void |
Undoes the edit made to the specified game specific value.
|
public EditGameSpecificValue ( string p_strKey, byte p_bteValue ) : bool | ||
p_strKey | string | The key of the edited Game Specific Value. |
p_bteValue | byte | The value to install. |
Résultat | bool |
public GamebryoGameSpecificValueInstaller ( IMod p_modMod, IGameModeEnvironmentInfo p_gmiGameModeInfo, IInstallLog p_ilgInstallLog, |
||
p_modMod | IMod | The mod being installed. |
p_gmiGameModeInfo | IGameModeEnvironmentInfo | The environment info of the current game mode. |
p_ilgInstallLog | IInstallLog | The install log to use to log file installations. |
p_tfmFileManager | The transactional file manager to use to interact with the file system. | |
p_futFileUtility | The file utility class. | |
p_dlgOverwriteConfirmationDelegate | ConfirmItemOverwriteDelegate | The method to call in order to confirm an overwrite. |
Résultat | System |
public UnEditGameSpecificValue ( string p_strKey ) : void | ||
p_strKey | string | The key of the edited Game Specific Value. |
Résultat | void |