AsyncBotBase Class |
Namespace: ff14bot.AClasses
public abstract class AsyncBotBase : BotBase
The AsyncBotBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsyncBotBase |
Name | Description | |
---|---|---|
![]() | EnglishName |
Name of the bot in english for logging purposes
(Inherited from BotBase.) |
![]() | IsAutonomous |
Return false if human presence is needed.
(Inherited from BotBase.) |
![]() | IsPrimaryType | Obsolete.
Unused
(Inherited from BotBase.) |
![]() | Name |
Botbase name
(Inherited from BotBase.) |
![]() | PulseFlags |
What flags should the pulsator execute
(Inherited from BotBase.) |
![]() | RequiresProfile |
Should the load profile button be enabled
(Inherited from BotBase.) |
![]() | Root |
Base logic that needs to be implemented
(Inherited from BotBase.) |
![]() | WantButton |
Overrides if the bot settings button should be enabled
(Inherited from BotBase.) |
Name | Description | |
---|---|---|
![]() | AsyncRoot | |
![]() | 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.) |
![]() | 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 |
Called when the user presses the bot settings button
(Inherited from BotBase.) |
![]() | Pulse |
Called every tick
(Inherited from BotBase.) |
![]() | Start |
Called when the bot is started
(Inherited from BotBase.) |
![]() | Stop |
Called when the bot is stopped
(Inherited from BotBase.) |
![]() | ToString |
Returns the botbases name
(Inherited from BotBase.) |
Name | Description | |
---|---|---|
![]() | Initialized |
Has Initalize been called?
(Inherited from BotBase.) |