> 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/statusvariable/statusfloat.md).

# StatusFloat

### Description

The [StatusFloat](/status-effects-framework/type-specifics/classes/statusvariable/statusfloat.md) contains float values that are dynamically effected by [StatusEffects](/status-effects-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/ccRaV0t5TOM0A1vtDN06">StatusNameFloat</a></td><td>The <a href="/pages/ccRaV0t5TOM0A1vtDN06">StatusNameFloat</a> scriptable object.</td></tr><tr><td><code>BaseValue</code></td><td>float</td><td>The base float value.</td></tr><tr><td><code>SignProtected</code></td><td>bool</td><td>If enabled, if will clamp the final value to the sign (+/-) of the BaseValue.</td></tr><tr><td><code>Value</code></td><td>float</td><td>The calculated float 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><tr><td><code>OnSignProtectedChanged</code></td><td>Invoked when a new sign protected is assigned. Returns the previous and new sign protected.</td></tr></tbody></table>
