osumodcalculator
    Preparing search index...

    Function intToAcronym

    • STABLE MODS ONLY

      Converts an enum into the acronym of each mod

          const modInt = 88;
      intToAcronym(modInt); // => ['HD', 'DT', 'HR']

      Parameters

      • modInt: number

      Returns ModLegacy[]