Status Effect Framework
1.7.1
1.7.1
  • 🏠Overview
  • πŸ§‘β€πŸ’»Setup
  • βš™οΈSettings
  • πŸ“œType Specifics
    • Classes
      • StatusManager
        • GetStatusEffects
        • AddStatusEffect
        • RemoveStatusEffect
        • RemoveAllStatusEffects
        • SetGlobalTimeOverride
        • UnsetGlobalTimeOverride
      • StatusEffect
      • StatusVariable
        • StatusFloat
          • ChangeBaseValue
        • StatusInt
          • ChangeBaseValue
        • StatusBool
          • ChangeBaseValue
        • SetManager
      • Conditional
    • Scriptable Objects
      • Module
      • ModuleInstance
      • ComparableName
      • StatusEffectData
        • Effect
      • StatusName
    • Structs
      • StatusEffectGroup
  • GitHub
  • Discord
  • License
Powered by GitBook
On this page
  • Declaration
  • Description
  • Declaration
  • Parameters
  • Description
  1. πŸ“œType Specifics
  2. Classes
  3. StatusManager

RemoveAllStatusEffects

Declaration

public static void RemoveAllStatusEffects()

Description

Removes all StatusEffects from the StatusManager.


Declaration

public static void RemoveAllStatusEffects(StatusEffectGroup group)

Parameters

group

The StatusEffectGroup of the StatusEffectData used by the StatusEffects that should be removed.

Description

Removes all StatusEffects from the StatusManager that contains the given string group name.

PreviousRemoveStatusEffectNextSetGlobalTimeOverride

Last updated 1 year ago