Mod API Reference:GameOrderResult: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
* [[Mod API Reference:GameOrderEventResult|GameOrderEventResult]] | * [[Mod API Reference:GameOrderEventResult|GameOrderEventResult]] | ||
* [[Mod API Reference:GameOrderCustomResult|GameOrderCustomResult]] | * [[Mod API Reference:GameOrderCustomResult|GameOrderCustomResult]] | ||
[[Category:Mod API Reference]] |
Revision as of 17:22, 4 December 2018
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.