SW Combine SDK
    Preparing search index...

    Interface ListSimNewsOptions

    SimNews listing options Uses only base options (no faction filtering)

    interface ListSimNewsOptions {
        author?: string;
        category?: string;
        end_date?: number;
        item_count?: number;
        search?: string;
        start_date?: number;
        start_index?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    author?: string

    Author name to filter by

    category?: string

    News category to filter by

    end_date?: number

    Filter news up to this Unix timestamp

    item_count?: number

    Number of items to retrieve. Default: 50, Max: 50

    search?: string

    Search term to filter by

    start_date?: number

    Filter news starting from this Unix timestamp

    start_index?: number

    Starting position (1-based). Default: 1