The RpgLogs Scripting API
    Preparing search index...

    Type Alias Zone

    type Zone = {
        difficulty: number | null;
        id: number;
        name: string | null;
        size: number | null;
    }
    Index

    Properties

    Properties

    difficulty: number | null

    The difficulty of the zone. Null if zone difficulty is not supported by the game.

    id: number

    The game id of the zone.

    name: string | null

    The name of the zone. Null if the zone name is not supported.

    size: number | null

    The size of the zone. Null if zone size is not supported by the game.