# StatusVariable

### Description

The StatusVariable is an abstract class inherited by the [StatusFloat](https://maraudical.gitbook.io/status-effect-framework/1.7.0/type-specifics/classes/statusvariable/statusfloat), [StatusInt](https://maraudical.gitbook.io/status-effect-framework/1.7.0/type-specifics/classes/statusvariable/statusint), and [StatusBool](https://maraudical.gitbook.io/status-effect-framework/1.7.0/type-specifics/classes/statusvariable/statusbool).

### Properties

<table data-header-hidden data-full-width="false"><thead><tr><th width="128"></th><th></th></tr></thead><tbody><tr><td>instance</td><td>The reference to the <a href="statusmanager">StatusManager</a> that effects this variable. Note that this field is not public or visible in the inspector but NEEDS to be assigned through SetManager() on the Awake() or Start() class of the containing method.</td></tr></tbody></table>

### Methods

<table data-header-hidden data-full-width="false"><thead><tr><th width="146"></th><th width="533.3333333333333"></th></tr></thead><tbody><tr><td><a href="statusvariable/setmanager">SetManager</a></td><td>Assigns a <a href="statusmanager">StatusManager</a> instance to read <a href="statuseffect">StatusEffect</a> data from.</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.7.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.
