OSRS Plugin API
    Preparing search index...

    Type Alias OnVarTransmitCallback

    OnVarTransmitCallback: (var_table: any) => void

    The callback for Events.ON_VAR_TRANSMIT events.

    Type Declaration

      • (var_table: any): void
      • Parameters

        • var_table: any

          An array containing the ids of the updated vars.

        Returns void