OSRS Plugin API
    Preparing search index...

    Type Alias OnClanRecordTransmitCallback

    OnClanRecordTransmitCallback: (isDirty: any, dirtyIndices: any) => void

    The callback for Events.ON_CLAN_RECORD_TRANSMIT events.

    Type Declaration

      • (isDirty: any, dirtyIndices: any): void
      • Parameters

        • isDirty: any

          boolean indicating if clan records were changed since last transmission.

        • dirtyIndices: any

          the index of the changed clan setting property, if any, out of 4 properties.

        Returns void