Fishbot Methods |
The Fishbot type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from BotBase.) |
![]() | DoInitialize |
Executes Initialize and sets Initialized
(Inherited from BotBase.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HookLogic | |
![]() | IdleState | |
![]() | Initialize |
Called one time when users starts the botbase
(Inherited from BotBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnButtonPress | (Overrides BotBaseOnButtonPress.) |
![]() | Pulse |
Called every tick
(Inherited from BotBase.) |
![]() | Start | (Overrides BotBaseStart.) |
![]() | Stop |
Called when the bot is stopped
(Inherited from BotBase.) |
![]() | ToString |
Returns the botbases name
(Inherited from BotBase.) |