skeldjs
    Preparing search index...

    Class PlayerInfoSetTasksEvent<RoomType>

    Emitted when a player's tasks are set.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "gamedata.settasks" = ...
    newTasks: TaskState[]

    The player's new tasks that were just set.

    oldTasks: TaskState[]

    The player's old tasks.

    Information about the player that had their tasks set.

    room: RoomType

    The room or client that the event came from.

    eventName: "gamedata.settasks" = ...

    Accessors

    Methods