warframe-worldstate-parser
    Preparing search index...

    Represents a generic object from WorldState

    Hierarchy (View Summary)

    Index
    activation?: Date

    The date and time at which the WorldStateObject started

    bonusRegion: string

    Region or planet where resources are doubled

    expiry?: Date

    The date and time at which the WorldStateObject ends

    id?: string

    The object's id field

    regionUniqueName: string
    rewwards: object[]

    Rewards earned at each point threshold

    week: number

    Current week number since release

    • get active(): boolean

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

      Returns boolean

    • get endString(): string | undefined

      Time delta string from now to the end

      Returns string | undefined

    • get startString(): string | undefined

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

      Returns string | undefined