> 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/1.6.0/type-specifics/classes/statusvariable.md).

# StatusVariable

### Description

The StatusVariable is an abstract class inherited by the [StatusFloat](/status-effects-framework/1.6.0/type-specifics/classes/statusvariable/statusfloat.md), [StatusInt](/status-effects-framework/1.6.0/type-specifics/classes/statusvariable/statusint.md), and [StatusBool](/status-effects-framework/1.6.0/type-specifics/classes/statusvariable/statusbool.md).

### Properties

<table data-header-hidden data-full-width="false"><thead><tr><th width="174"></th><th></th></tr></thead><tbody><tr><td>monoBehaviour</td><td>This value is the reference to the <a href="https://docs.unity3d.com/ScriptReference/MonoBehaviour.html">MonoBehaviour</a> that contains this StatusVariable. Note that this field is not public or visible in the inspector and is automatically assigned when the inspector for the StatusVariable is first drawn.</td></tr></tbody></table>
