GameResult
Static methods
Method |
Description |
|---|---|
Ends the game with the currently set result. |
|
Ends the game with the currently set result. |
|
The change in campaign armies from the battle (usually negative!) |
|
The remaining campaign armies from the battle |
|
Set number of remaining campaign armies |
|
|
Sets winning team and remaining conquest armies. |
Sets winning team for game modes that do not support conquest armies |
|
Details
-
class GameResult
-
static void EndGame()
Ends the game with the currently set result.
-
static void EndGameAllowContinue()
Ends the game with the currently set result.Allows the game to continue when neverending battles is enabled and playing in instant action mode
-
static int GetCampaignArmiesChange(Team team)
The change in campaign armies from the battle (usually negative!)
-
static ConfigurationData GetResultDetails()
-
static void SetRemainingCampaignArmies(Team team, int armies)
Set number of remaining campaign armies
-
static void SetStandardCampaignVictory(Team winningTeam, int blueRemainingArmies, int redRemainingArmies)
Sets winning team and remaining conquest armies.
-
static void EndGame()