warframe-worldstate-parser
    Preparing search index...

    Interface InitialWorldState

    interface InitialWorldState {
        ActiveMissions: RawFissure[];
        Alerts: RawAlert[];
        BadlandNodes: RawDarkSector[];
        BuildLabel: string;
        DailyDeals: RawDailyDeal[];
        EndlessXpChoices: RawChoice[];
        Events: RawNews[];
        FlashSales: RawFlashSale[];
        GlobalUpgrades: RawGlobalUpgrade[];
        Goals: RawWorldEvent[];
        Invasions: RawInvasion[];
        KnownCalendarSeasons: RawCalender[];
        LibraryInfo?: LibraryInfo;
        LiteSorties: RawSortie[];
        PersistentEnemies: RawPersistentEnemy[];
        PrimeVaultTraders: RawVoidTrader[];
        ProjectPct: number[];
        PVPChallengeInstances: RawChallenge[];
        SeasonInfo: RawNightwave;
        Sorties: RawSortie[];
        SyndicateMissions: RawSyndicateMission[];
        Time: number;
        Tmp: string;
        VoidStorms: RawFissure[];
        VoidTraders: RawVoidTrader[];
        WeeklyChallenges?: RawWeeklyChallenge;
    }
    Index

    Properties

    ActiveMissions: RawFissure[]
    Alerts: RawAlert[]
    BadlandNodes: RawDarkSector[]
    BuildLabel: string
    DailyDeals: RawDailyDeal[]
    EndlessXpChoices: RawChoice[]
    Events: RawNews[]
    FlashSales: RawFlashSale[]
    GlobalUpgrades: RawGlobalUpgrade[]
    Goals: RawWorldEvent[]
    Invasions: RawInvasion[]
    KnownCalendarSeasons: RawCalender[]
    LibraryInfo?: LibraryInfo
    LiteSorties: RawSortie[]
    PersistentEnemies: RawPersistentEnemy[]
    PrimeVaultTraders: RawVoidTrader[]
    ProjectPct: number[]
    PVPChallengeInstances: RawChallenge[]
    SeasonInfo: RawNightwave
    Sorties: RawSortie[]
    SyndicateMissions: RawSyndicateMission[]
    Time: number
    Tmp: string
    VoidStorms: RawFissure[]
    VoidTraders: RawVoidTrader[]
    WeeklyChallenges?: RawWeeklyChallenge