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: AccountCombatFlag;
        value: boolean;
    }[]

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