OSRS Plugin API
    Preparing search index...

    Type Alias OpTable

    Table of strings representing the available ops ("Attack", "Talk-to", "Drop", etc..)

    type OpTable = {
        op1: string;
        op2: string;
        op3: string;
        op4: string;
        op5: string;
    }
    Index

    Properties

    Properties

    op1: string
    op2: string
    op3: string
    op4: string
    op5: string