Introduction
Base class for Status Effect related plugins
Properties#
| Name | Description |
|---|---|
| host | Object hosting the plugin |
| useHeartbeat | Subscribe to heartbeats |
| useTokenHeartbeat | Subscribe to token heartbeats |
| icon | Icon associated with the plugin |
| title | Title of the plugin |
| titlebarText | Text to display in the titlebar for the plugin |
| description | Description of the plugin |
Methods#
| Name | Description |
|---|---|
| AfterAdd | Method called after adding an effect |
| BeforeAdd | Method called before adding an effect |
| DataLoad | Load data from a stream |
| DataSave | Save data to a stream |
| Initialize | Initialize this object |
| OnHeartbeat | Method called on each heartbeat |
| OnTokenHeartbeat | Method called on each heartbeat |
| Shutdown | Shutdown this object |