OSRS Plugin API
    Preparing search index...

    Type Alias LocParamTable

    Parameters associated with locs. Not all locs will contain all parameters.

    type LocParamTable = {
        loclength: number;
        locwidth: number;
    }
    Index

    Properties

    Properties

    loclength: number
    locwidth: number