The RpgLogs Scripting API
    Preparing search index...

    Type Alias WorldMarkerMark

    WorldMarkerMark: MarkCommon & {
        markerId: number;
        position: Position;
        radius: number;
        type: "world-marker";
    }

    A world marker, defined by markerId.