Mod API Reference:GameOrderResult

From Warzone Wiki
Revision as of 19:45, 15 April 2017 by Fizzer (talk | contribs) (Created page with " '''GameOrderResult''': Abstract base class of all order results. Results represent what happened when the order was executed. For example, a [[Mod API Reference:GameOrderAtt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GameOrderResult: Abstract base class of all order results. Results represent what happened when the order was executed. For example, a GameOrderAttackTransfer contains details about what a player ordered to happen, and GameOrderAttackTransferResult contains the results such as whether the attack succeeded, how many attackers/defenders died, etc.

Children