IBotPlugin Methods |
The IBotPlugin type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableIBotPlugin.) | |
OnButtonPress | Called when the user presses the settings button | |
OnDisabled | Executes the disabled action. This is called whent he user has disabled this specific plugin via the GUI. | |
OnEnabled | Executes the enabled action. This is called when the user has enabled this specific plugin via the GUI. | |
OnInitialize | Executes the initialize action. This is called at initial bot startup. (When the bot itself is started, not when Start() is called) | |
OnPulse | Executes the pulse action. This is called every "tick" of the bot. | |
OnShutdown | Executes the shutdown action. This is called when the bot is shutting down and when plugins are being reloaded. |