OSRS Plugin API
    Preparing search index...

    Type Alias DBRowType

    A DBRowType is structured differently depending on the table received This structure is based off the parent table and can be found under osrs.gamevals.dbtabletypes.

    type DBRowType = {
        values: any;
    }
    Index

    Properties

    Properties

    values: any

    An example of this structure for any DBRow that uses the music DBTable as the parent.

    sortname:string
    displayname:string
    unlockhint:string
    duration:number
    midi:midi
    variable:Array<number>
    area:intt
    area_default:boolean
    hidden:boolean
    holiday:number
    secondary_track:DBRow