Options
All
  • Public
  • Public/Protected
  • All
Menu

Utilities for mods.

Hierarchy

  • ModUtil

Index

Constructors

Properties

allMods: Mod[] = ...

All mods that exists.

incompatibleMods: Mod[][] = ...

Mods that are incompatible with each other.

mapChangingMods: Mod[] = ...

Mods that change the way the map looks.

speedChangingMods: Mod[] = ...

Mods that change the playback speed of a beatmap.

Methods

  • checkDuplicateMods(mods: Mod[]): Mod[]
  • checkIncompatibleMods(mods: Mod[]): void
  • Checks for mods that are incompatible with each other.

    This will modify the original array.

    Parameters

    • mods: Mod[]

      The mods to check for.

    Returns void

Generated using TypeDoc