# StatusBool

### Description

The [StatusBool](/status-effect-framework/type-specifics/classes/statusvariable/statusbool.md) contains float values that are dynamically effected by [StatusEffects](/status-effect-framework/type-specifics/classes/statuseffect.md).

### Properties

<table data-full-width="true"><thead><tr><th width="250">Name</th><th width="250">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>StatusName</code></td><td><a href="/pages/T7JCVDKKIgWFtF34n835">StatusNameBool</a></td><td>The <a href="/pages/T7JCVDKKIgWFtF34n835">StatusNameBool</a> scriptable object.</td></tr><tr><td><code>BaseValue</code></td><td>bool</td><td>The base bool value.</td></tr><tr><td><code>Value</code></td><td>bool</td><td>The calculated bool value after all <a href="/pages/OpUFQnv9JKaTU0cxnlHw">StatusEffect's</a> <a href="/pages/s7FQEi53BGgrVgcovWko">Effect</a> values. For information on how the final value is calculated see <a href="/pages/s7FQEi53BGgrVgcovWko">Effect</a>.</td></tr></tbody></table>

### Actions

<table data-full-width="true"><thead><tr><th width="250">Name</th><th>Description</th></tr></thead><tbody><tr><td><code>OnValueChanged</code></td><td>Invoked when a new value is assigned. Returns the previous and new values.</td></tr><tr><td><code>OnBaseValueChanged</code></td><td>Invoked when a new base value is assigned. Returns the previous and new base values.</td></tr></tbody></table>


---

# 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/statusvariable/statusbool.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.
