Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Move<Power>

Move order

Type parameters

  • Power

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Move(unit: Unit<Power>, destination: Location<Power>, useConvoy?: boolean): Move
  • Parameters

    • unit: Unit<Power>

      The unit that corresponds to this order.

    • destination: Location<Power>

      The destination of this move order.

    • Optional useConvoy: boolean

      The flag whether this move order uses convoy or not.

    Returns Move

Properties

destination

destination: Location<Power>

The destination of this move order.

tpe

The type of the order

unit

unit: Unit<Power>

The unit that corresponds to this order.

useConvoy

useConvoy: boolean

The flag whether this move order uses convoy or not.

Methods

toString

  • toString(): string

Generated using TypeDoc