|
Rebornbuddy
|
Base class all non async botbases should inherit frome. More...
Public Member Functions | |
| void | DoInitialize () |
| Executes Initialize and sets Initialized. | |
| virtual void | Initialize () |
| Called one time when users starts the botbase. | |
| virtual void | OnShutdown () |
| Executes the shutdown action. This is called when the bot is shutting down and when botbases are being reloaded. | |
| virtual void | Pulse () |
| Called every tick. | |
| virtual void | Start () |
| Called when the bot is started. | |
| virtual void | Stop () |
| Called when the bot is stopped. | |
| override string | ToString () |
| Returns the botbases name. | |
| void | Dispose () |
| virtual void | OnButtonPress () |
| Called when the user presses the bot settings button. | |
Public Attributes | |
| bool | Initialized |
| Has Initalize been called? | |
Properties | |
| virtual bool | IsAutonomous [get] |
| Return false if human presence is needed. | |
| virtual Version | Version [get] |
| Version. | |
| virtual bool | WantButton [get] |
| Overrides if the bot settings button should be enabled. | |
| virtual bool | IsPrimaryType [get] |
| Unused. | |
| string | Name [get] |
| Botbase name. | |
| virtual string | EnglishName [get] |
| Name of the bot in english for logging purposes. | |
| PulseFlags | PulseFlags [get] |
| What flags should the pulsator execute. | |
| virtual bool | RequiresProfile [get] |
| Should the load profile button be enabled. | |
| Composite | Root [get] |
| Base logic that needs to be implemented. | |
Base class all non async botbases should inherit frome.
| void ff14bot.AClasses.BotBase.Dispose | ( | ) |
| void ff14bot.AClasses.BotBase.DoInitialize | ( | ) |
Executes Initialize and sets Initialized.
|
virtual |
Called one time when users starts the botbase.
Reimplemented in ff14bot.BotBases.FateBot, and ff14bot.BotBases.OrderBot.
|
virtual |
Called when the user presses the bot settings button.
Reimplemented in ff14bot.BotBases.FateBot, ff14bot.BotBases.Fishbot, and ff14bot.BotBases.OrderBot.
|
virtual |
Executes the shutdown action. This is called when the bot is shutting down and when botbases are being reloaded.
|
virtual |
Called every tick.
|
virtual |
Called when the bot is started.
Reimplemented in ff14bot.BotBases.FateBot, ff14bot.BotBases.Fishbot, ff14bot.BotBases.MiniCactPotBot, and ff14bot.BotBases.OrderBot.
|
virtual |
Called when the bot is stopped.
Reimplemented in ff14bot.BotBases.FateBot, ff14bot.BotBases.MiniCactPotBot, and ff14bot.BotBases.OrderBot.
| override string ff14bot.AClasses.BotBase.ToString | ( | ) |
Returns the botbases name.
| bool ff14bot.AClasses.BotBase.Initialized |
Has Initalize been called?
|
get |
Name of the bot in english for logging purposes.
|
get |
Return false if human presence is needed.
|
get |
Unused.
|
getabstract |
Botbase name.
|
getabstract |
What flags should the pulsator execute.
|
get |
Should the load profile button be enabled.
|
getabstract |
Base logic that needs to be implemented.
|
get |
Version.
|
get |
Overrides if the bot settings button should be enabled.