# StatusVariable

### Description

The StatusVariable is an abstract class inherited by the [StatusFloat](/status-effect-framework/1.6.0/type-specifics/classes/statusvariable/statusfloat.md), [StatusInt](/status-effect-framework/1.6.0/type-specifics/classes/statusvariable/statusint.md), and [StatusBool](/status-effect-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>


---

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