• Whether any id in forbidden is present in statuses. Pure.

    Parameters

    • statuses: Iterable<string>

      The status-effect ids currently active.

    • forbidden: readonly string[]

      The status ids to scan for.

    Returns boolean

    true if any forbidden id is present in statuses.