Click or drag to resize

IBotPlugin Methods

The IBotPlugin type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIBotPlugin.)
Public methodOnButtonPress
Called when the user presses the settings button
Public methodOnDisabled
Executes the disabled action. This is called whent he user has disabled this specific plugin via the GUI.
Public methodOnEnabled
Executes the enabled action. This is called when the user has enabled this specific plugin via the GUI.
Public methodOnInitialize
Executes the initialize action. This is called at initial bot startup. (When the bot itself is started, not when Start() is called)
Public methodOnPulse
Executes the pulse action. This is called every "tick" of the bot.
Public methodOnShutdown
Executes the shutdown action. This is called when the bot is shutting down and when plugins are being reloaded.
Top
See Also