Node used to describe a sequence of tasks that must be completed in order.

Implements

Constructors

Properties

children: MissionNode[]

Methods

  • Set the active child index. Useful when deserializing an ongoing mission.

    Parameters

    • index: number

      The index of the child to set as active.

    Returns void