Introduction
Contains a list of values for a Stat
Fields#
| Name | Description |
|---|---|
| Minimum | Minimum value |
| Maximum | Maximum value |
| Value | Actual value |
| Special | Special value not bound by minimum or maximum |
Properties#
| Name | Description |
|---|---|
| initialized | Gets if object has been initialized |
Methods#
| Name | Description |
|---|---|
| Clone | Create a clone of this object |
| CopyFrom | Copy data from another object to this one |
| Initialize | Initialize this object |
| Matches | Check if this objects data matches that of another object |
| Shutdown | Shutdown this object |