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

    activeChallenges: default[]

    Array of active challenges

    expiry?: Date

    The date and time at which the WorldstateObject ends

    id?: string

    The object's id field

    params: Record<string, unknown>

    Misc params provided.

    phase: number

    The current season's current phase. 0-indexed.

    possibleChallenges: default[]

    Array of possible challenges

    season: number

    The current season. 0-indexed.

    tag: string

    Descriptor for affiliation

    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