Mod API Reference:Armies

From Warzone Wiki
Revision as of 06:19, 4 April 2017 by Fizzer (talk | contribs) (Created page with "'''Armies''': Represents the number of armies on a territory (access '''NumArmies'''), what special units are there (access '''SpecialUnits'''), and also has the possibility i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Armies: Represents the number of armies on a territory (access NumArmies), what special units are there (access SpecialUnits), and also has the possibility if being the special 'fogged' value which indicates that a client cannot see the armies here.

  • ArmiesOrZero integer: A helper that returns the number of armies, or zero if the structure is fogged.
  • AttackPower integer: A helper that calculates the attack power of special units plus the number of armies here.
  • DefensePower integer: A helper that calculates the defense power of special units plus the number of armies here.
  • Fogged boolean: True if the client cannot see how many armies or special units are here.
  • IsEmpty boolean: A helper that returns true if NumArmies == 0 and no special units are here.
  • NumArmies integer: Number of normal armies here.
  • SpecialUnits Array<SpecialUnit>: An array of special units here.