# RemoveAllStatusEffects

### Declaration

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

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

{% endcode %}

### Description

Removes all [StatusEffects](/status-effect-framework/type-specifics/classes/statuseffect.md) from the [StatusManager](/status-effect-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-effect-framework/type-specifics/classes/statuseffect.md) from the [StatusManager](/status-effect-framework/type-specifics/classes/statusmanager.md) that contains the given string group name.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://maraudical.gitbook.io/status-effect-framework/type-specifics/classes/statusmanager/removeallstatuseffects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
