warframe-worldstate-parser
    Preparing search index...

    Represents a void trader

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    activation?: Date

    The date and time at which the WorldStateObject started

    character: string

    The void trader's name

    completed: boolean

    Whether it's completed or not

    expiry?: Date

    The date and time at which the WorldStateObject ends

    id?: string

    The object's id field

    initialStart: Date

    The initial start date

    inventory: VoidTraderItem[]

    The trader's inventory

    location: string

    The node at which the Void Trader appears

    psId: string

    Pseudo Identifier for identifying changes in inventory

    schedule: VoidTraderSchedule[]

    Possible schedule

    Accessors

    • get active(): boolean

      Whether the trader is active

      Returns boolean

    • get endString(): string

      Time delta string from now to the end

      Returns string

    • get startString(): string

      Time delta string from now to the start

      Returns string