OSRS Plugin API
    Preparing search index...

    Type Alias OnStockTransmitCallback

    OnStockTransmitCallback: (tramsit_table: any) => void

    The callback for Events.ON_STOCK_TRANSMIT events

    Type Declaration

      • (tramsit_table: any): void
      • Parameters

        • tramsit_table: any

          An array of slots updated in the stock market, containg the index of the slot in the stock offer table.

        Returns void