Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecipientCommand

Represents a directive to the TRL evaluator to take a particular action with respect to a specified set of nations with respect to the nations currently in that group.

Hierarchy

  • RecipientCommand

Index

Properties

action

action: Action

The action to take with respect to the specified nations.

position

position: number[]

A set of one-based indices that identify the location of the command within the TRL string.

For example, if the TRL string was "a; (b; c; (d; e;););", then the position of command "a" is [1] while the position of command "e" is [2, 3, 2].

recipients

The specified nations, given as a primitive or as a group.

Generated using TypeDoc