Hierarchy

  • TaskState

Properties

Constructors

Properties

completed: boolean

Whether or not this task has been completed or not by the player.

taskType: number

The type of task that this task is, see TaskType. Not necessarily available, although should be.

Constructors

  • Parameters

    • taskType: number

      The type of task that this task is, see TaskType. Not necessarily available, although should be.

    • completed: boolean

      Whether or not this task has been completed or not by the player.

    Returns TaskState

Generated using TypeDoc