OSRS Plugin API
    Preparing search index...

    Function isSet

    • Returns whether the result of the bitwise & operation returns a non-zero value, used to identify bit flags.

      Parameters

      • value: number

        Value used to check flag against

      • flag: number

        bit flag to identify.

      Returns boolean