Mod API Reference:GameOrderDeploy

From Warzone Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

GameOrderDeploy: Subclass of GameOrder. Represents a basic deployment of armies to a territory.

  • DeployOn TerritoryID:
  • NumArmies integer:
  • Free boolean: If true, and the game is a commerce game, then the player will not be charged gold for this deployment.

Functions

  • WL.GameOrderDeploy.Create(playerID PlayerID, numArmies integer, deployOn TerritoryID, free boolean) (static) returns GameOrderDeploy: For backwards compatibility, if the free parameter is not specified, it defaults to true.