warframe-worldstate-parser
    Preparing search index...

    Represents an alert

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activation?: Date

    The date and time at which the WorldstateObject started

    desc: string

    The descriptor for this challenge

    expiry?: Date

    The date and time at which the WorldstateObject ends

    id?: string

    The object's id field

    isDaily: boolean

    Whether or not this is a daily challenge

    isElite: boolean

    Whether or not the challenge is an elite challenge

    isPermanent: boolean

    Whether this challenge is permanent

    reputation: number

    Reputation reward for ranking up in the Nightwave

    title: string

    The title for this challenge

    Accessors

    • get active(): boolean

      Whether the void trader is active (at time of object creation)

      Returns boolean

    • get endString(): undefined | string

      Time delta string from now to the end

      Returns undefined | string

    • get startString(): undefined | string

      A string indicating how long it will take for the trader to arrive (at time of object creation)

      Returns undefined | string