Rebornbuddy
|
Public Member Functions | |
override void | Start () |
Called when the bot is started. | |
override void | Stop () |
Called when the bot is stopped. | |
Public Member Functions inherited from ff14bot.AClasses.BotBase | |
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. | |
override string | ToString () |
Returns the botbases name. | |
void | Dispose () |
virtual void | OnButtonPress () |
Called when the user presses the bot settings button. |
Public Attributes | |
Queue< NavGraph.INode > | FinalizedPath |
Public Attributes inherited from ff14bot.AClasses.BotBase | |
bool | Initialized |
Has Initalize been called? |
Properties | |
override string | Name [get] |
override PulseFlags | PulseFlags [get] |
override Composite | Root [get] |
override bool | RequiresProfile [get] |
override bool | WantButton [get] |
GameObject | NPC [get] |
Properties inherited from ff14bot.AClasses.BotBase | |
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. |
|
virtual |
Called when the bot is started.
Reimplemented from ff14bot.AClasses.BotBase.
|
virtual |
Called when the bot is stopped.
Reimplemented from ff14bot.AClasses.BotBase.
Queue<NavGraph.INode> ff14bot.BotBases.MiniCactPotBot.FinalizedPath |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |