Introduction
This class provides a base class for all Merchant plugins
Properties#
| Name | Description |
|---|---|
| host | Gets the associated Merchant |
| 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 |
|---|---|
| Initialize | Initialize the plugin |
| GetBuyPrice | Get the buy price for an item |
| GetBuyBackPrice | Get the buy back price for an item |
| GetSellPrice | Get the sell price for an item |
| Shutdown | Shutdown the plugin |