Stat Class |
Represents the base and current value of a single stat.
Multiple instances of this class be used instead of the Stats class if access through individual variables is desired.
Namespace: Kit.Containers
The Stat type exposes the following members.
| Name | Description | |
|---|---|---|
| Stat | Initializes a new instance of the Stat class | |
| Stat(IUpgradeable, String) | Initializes a new instance of the Stat class |
| Name | Description | |
|---|---|---|
| BaseValue | The base value of the stat. | |
| Current | The current value property of the stat. | |
| CurrentValue | The current value of the stat. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Stat | |
| ToString | Returns the base and current value for display. (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Base | The base value property of the stat. | |
| ID | The ID of the stat. | |
| Upgradeable | The IUpgradeable to use for calculating current value. |