Introduction
This plugin allows storing extra custom data on a stat
Fields#
| Name | Description |
|---|---|
| On Data Changed | Event raised whenever data changes |
Properties#
| Name | Description |
|---|---|
| title | Title of the plugin |
| description | Description of the plugin |
| host | Object hosting the plugin |
| icon | Icon associated with the plugin |
| titlebarText | Text to display in the titlebar for the plugin |
Methods#
| Name | Description |
|---|---|
| DataLoad | Load data from a stream |
| DataSave | Save data to a stream |
| GetCustomData | Gets custom data associated with stat & key |
| SetCustomData | Sets custom data associated with stat & key |
| Initialize | Initialize this object |
| Shutdown | Shutdown this object |