Skip to main content

Introduction

Base class for Status Effect related plugins

Properties#

NameDescription
hostObject hosting the plugin
useHeartbeatSubscribe to heartbeats
useTokenHeartbeatSubscribe to token heartbeats
iconIcon associated with the plugin
titleTitle of the plugin
titlebarTextText to display in the titlebar for the plugin
descriptionDescription of the plugin

Methods#

NameDescription
AfterAddMethod called after adding an effect
BeforeAddMethod called before adding an effect
DataLoadLoad data from a stream
DataSaveSave data to a stream
InitializeInitialize this object
OnHeartbeatMethod called on each heartbeat
OnTokenHeartbeatMethod called on each heartbeat
ShutdownShutdown this object