libram
    Preparing search index...

    Function getCombatFlags

    • Get the current value of all of your account's combat setting flags

      Parameters

      • flags: (
            | "aabosses"
            | "wowbar"
            | "bothcombatinterf"
            | "compactmanuel"
            | "eternalmrj"
            | "disablelovebugs"
            | "boringdarts"
        )[] = ...

        An array of the flags you want to get, defaults to all of them

      Returns {
          flag:
              | "aabosses"
              | "wowbar"
              | "bothcombatinterf"
              | "compactmanuel"
              | "eternalmrj"
              | "disablelovebugs"
              | "boringdarts";
          value: boolean;
      }[]

      An array of objects that contain the flags and their values as booleans