The RpgLogs Scripting API
    Preparing search index...

    Type Alias WorldMarker

    type WorldMarker = {
        endTime: number;
        icon: number;
        mapId: number;
        startTime: number;
        x: number;
        y: number;
    }
    Index

    Properties

    endTime: number

    When the marker was removed.

    icon: number

    The icon id that represents which marker it is.

    mapId: number

    The map game id that the marker was placed on.

    startTime: number

    When the marker was placed.

    x: number

    The x position of the marker.

    y: number

    The y position of the marker.