Class QuestBoard

Constructors

Properties

Methods

Constructors

  • Parameters

    • id: string

      The unique id of the QuestBook.

    • title: string | RawMessage

      Title of the Board.

    • body: string | RawMessage

      Body of the Board.

    • books: (QuestBook | QuestBookCategory)[]

      Books of the board.

    • displayCondition: DisplayCondition

      Control when collection is displayed.

    Returns QuestBoard

Properties

body: string | RawMessage

Body of the Board.

Books of the board.

displayCondition: DisplayCondition

Control when collection is displayed.

id: string

The unique id of the QuestBook.

title: string | RawMessage

Title of the Board.

Methods

  • Parameters

    • player: Player

    Returns void