Introduction
This class provides the ability to have a int value that can be static or some from a stat source
Fields#
| Name | Description |
|---|---|
| On Value Changed | This event is raised whenever the value changes |
Properties#
| Name | Description |
|---|---|
| initialized | Gets if this object has been initialized |
| value | Get/Set the current int value |
| valueExpression | Gets the expression value |
Methods#
| Name | Description |
|---|---|
| Clone | Create a clone of this object |
| FromString | Return an instance of object from a string |
| Initialize | Initialize the object |
| Matches | Compare object to another copy |
| Shutdown | Shutdown the object |