Search
Preparing search index...
The search index is not available
js-diplomacy
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"rule"
rule
Executed
Class Executed<Power, MilitaryBranch, Result>
Result of an order execution.
Type parameters
Power
MilitaryBranch
Result
Hierarchy
Executed
Implements
OrderResult
<
Power
,
MilitaryBranch
,
Result
>
Index
Constructors
constructor
Properties
result
target
Constructors
constructor
new
Executed
(
target
:
Order
<
Power
,
MilitaryBranch
>
, result
:
Result
)
:
Executed
Parameters
target:
Order
<
Power
,
MilitaryBranch
>
The target order.
result:
Result
The result of the target.
Returns
Executed
Properties
result
result
:
Result
The result of the target.
target
target
:
Order
<
Power
,
MilitaryBranch
>
The target order.
Globals
"rule"
rule
Executed
constructor
result
target
Replaced
Resolved
Result
Rule
Order
Order
Result
Generated using
TypeDoc
Result of an order execution.