The RpgLogs Scripting API
    Preparing search index...

    Type Alias MarkCommon

    type MarkCommon = {
        fillColor?: string;
        label?: { color?: string; text: string };
        opacity?: number;
        rotation?: number;
        strokeColor?: string;
        strokeWidth?: number;
    }
    Index
    fillColor?: string
    label?: { color?: string; text: string }

    Type Declaration

    • Optionalcolor?: string

      Text color. Defaults to white.

    • text: string
    opacity?: number

    The opacity of the object (0 = fully transparent, 1 = fully opaque)

    rotation?: number

    The rotation of the object (in degrees)

    strokeColor?: string
    strokeWidth?: number