FateBot Class |
Namespace: ff14bot.BotBases
public class FateBot : BotBase
The FateBot type exposes the following members.
Name | Description | |
---|---|---|
Description | Gets the description. | |
EnglishName | (Overrides BotBaseEnglishName.) | |
IsAutonomous | (Overrides BotBaseIsAutonomous.) | |
IsPrimaryType | Gets a value indicating whether this bot is a primary bot. (Should be executed "at all times" excluding when a secondary bot has need to run. See: mixed-mode). (Overrides BotBaseIsPrimaryType.) | |
Name | Gets the name of this bot. (Overrides BotBaseName.) | |
PulseFlags | (Overrides BotBasePulseFlags.) | |
RequiresProfile | (Overrides BotBaseRequiresProfile.) | |
Root | (Overrides BotBaseRoot.) | |
WantButton | (Overrides BotBaseWantButton.) |
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
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 | (Overrides BotBaseInitialize.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnButtonPress | (Overrides BotBaseOnButtonPress.) | |
Pulse | ||
SetFate |
Sets the currentfate to the provided fatedata, also sets the poi.
| |
Start | Starts this bot. Do any initialization here. (Overrides BotBaseStart.) | |
Stop | Stops this bot. Do any pre-dispose cleanup here. (Overrides BotBaseStop.) | |
ToString | (Overrides BotBaseToString.) |
Name | Description | |
---|---|---|
fatetimer | ||
Initialized |
Has Initalize been called?
(Inherited from BotBase.) |