Méthode | Description | |
---|---|---|
GameVersionCondition ( System.Version p_verVersion ) : System |
A simple constructor that initializes the object with the given values.
|
|
GetIsFulfilled ( |
Gets whether or not the condition is fulfilled. The dependency is fulfilled if the specified minimum version of the game is installed. |
|
GetMessage ( |
Gets a message describing whether or not the condition is fulfilled.
|
public GameVersionCondition ( System.Version p_verVersion ) : System | ||
p_verVersion | System.Version | The minimum required version of the game. |
Résultat | System |
public GetIsFulfilled ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
Résultat | bool |
public GetMessage ( |
||
p_csmStateManager | The manager that tracks the currect install state. | |
Résultat | string |