Introduction
This class provides for a basic stat value on Items when GDTK: Stats isn't installed
Fields#
| Name | Description |
|---|---|
| Id | Id of the stat |
| Image | Image associated with the stat |
| Treat As Int | Tread the value as an integer |
| Hidden | Hide stat from lists |
| On Value Changed | Event raised whenever the value changes |
Properties#
| Name | Description |
|---|---|
| instanceId | Get the id of this instance of the object |
| value | Get/Set the value of the stat |
| valueExpression | Get the string expression driving the value |
Methods#
| Name | Description |
|---|---|
| Clone | Create a clone of this object |
| Initialize | Initialize the object |
| Matches | Compare object to another copy |
| Shutdown | Shutdown the object |