Méthode | Description | |
---|---|---|
AddMod ( string p_strFilePath ) : void |
Adds the specified mod to the mod manager.
|
|
BringToFront ( ) : void |
Brings the currently running client to the front.
|
|
Dispose ( ) : void |
Disposes of the object. This shuts down any open IPC channels. |
|
GetMessager ( |
Gets an instance of a Messager to use to talk to the running instance of the client.
|
|
Post ( ) : void |
Used as a simple Power On Self Test method. This method can be called to ensure a Messager is alive. |
Méthode | Description | |
---|---|---|
MessagerClient ( IMessager p_msgMessager ) : System |
A simple constructor that initializes the object with the given values.
|
public AddMod ( string p_strFilePath ) : void | ||
p_strFilePath | string | The path or URL of the mod to add to the mod manager. |
Résultat | void |
public static GetMessager ( |
||
p_eifEnvironmentInfo | The application's envrionment info. | |
p_gmdGameModeInfo | IGameModeDescriptor | The descriptor of the game mode for which mods are being managed. |
Résultat | IMessager |