> For the complete documentation index, see [llms.txt](https://maraudical.gitbook.io/status-effects-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maraudical.gitbook.io/status-effects-framework/type-specifics/classes/statusmanager/removeallstatuseffects.md).

# RemoveAllStatusEffects

### Declaration

{% code overflow="wrap" fullWidth="true" %}

```csharp
public static void RemoveAllStatusEffects()
```

{% endcode %}

### Description

Removes all [StatusEffects](/status-effects-framework/type-specifics/classes/statuseffect.md) from the [StatusManager](/status-effects-framework/type-specifics/classes/statusmanager.md).

***

### Declaration

{% code overflow="wrap" fullWidth="true" %}

```csharp
public static void RemoveAllStatusEffects(StatusEffectGroup group)
```

{% endcode %}

### Parameters

<table data-full-width="true"><thead><tr><th width="224">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>group</code></td><td><a href="/pages/yHh71i6DLa292qCBRnk1">StatusEffectGroup</a></td><td>The <a href="/pages/yHh71i6DLa292qCBRnk1">StatusEffectGroup</a> of the <a href="/pages/FzvWc4ygR9G3YZgoRwuJ">StatusEffectData</a> used by the <a href="/pages/OpUFQnv9JKaTU0cxnlHw">StatusEffects</a> that should be removed.</td></tr></tbody></table>

### Description

Removes all [StatusEffects](/status-effects-framework/type-specifics/classes/statuseffect.md) from the [StatusManager](/status-effects-framework/type-specifics/classes/statusmanager.md) that contains the given string group name.
