Introduction
Check the state and item in an Equip Slot
Fields#
| Name | Description |
|---|---|
| Equip Slot Id | Id of the Equip Slot to check |
| Condition Type | Type of condition to use |
| Tag Filter | List of tags used to filter |
| Item Id | Id of item |
| Group Name | Group name |
| Prefix | Tag prefix |
| On Condition True | Event raised when condition is true |
| On Condition False | Event raised when condition is false |
| On Condition Changed | Event raised when condition value changes |
Properties#
| Name | Description |
|---|---|
| title | Title of the plugin |
| description | Description of the plugin |
| condition | Status Condition to activate |
| host | Host of Status Condition |
| initialized | Get initialization state |
| isMonitoring | Get if plugin is monitoring condition |
| isTrue | Get if condition is true |
| icon | Icon associated with the plugin |
| titlebarText | Text to display in the titlebar for the plugin |
Methods#
| Name | Description |
|---|---|
| StartChecking | Start checking if the condition is true |
| StopChecking | Stop checking if the condition is true |
| Initialize | Initialize the condition and set references |