skeldjs
    Preparing search index...

    Class TaskState

    Index

    Constructors

    Properties

    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

    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.