|
Rebornbuddy
|
Public Member Functions | |
| override void | OnButtonPress () |
| Called when the user presses the bot settings button. | |
| override void | Initialize () |
| Called one time when users starts the botbase. | |
| void | SetFate (FateData fate) |
| Sets the currentfate to the provided fatedata, also sets the poi. | |
| override void | Start () |
| Starts this bot. Do any initialization here. | |
| override void | Stop () |
| Stops this bot. Do any pre-dispose cleanup here. | |
| override string | ToString () |
| Public Member Functions inherited from ff14bot.AClasses.BotBase | |
| void | DoInitialize () |
| Executes Initialize and sets Initialized. | |
| 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 () |
Static Public Attributes | |
| static readonly WaitTimer | fatetimer = new WaitTimer(new TimeSpan(0, 0, 0, 3, 0)) |
Properties | |
| override bool | IsAutonomous [get] |
| override bool | WantButton [get] |
| override string | EnglishName [get] |
| override string | Name [get] |
| string | Description [get] |
| Gets the description. | |
| override bool | IsPrimaryType [get] |
| override bool | RequiresProfile [get] |
| override PulseFlags | PulseFlags [get] |
| override Composite | Root [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. | |
Additional Inherited Members | |
| Public Attributes inherited from ff14bot.AClasses.BotBase | |
| bool | Initialized |
| Has Initalize been called? | |
|
virtual |
Called one time when users starts the botbase.
Reimplemented from ff14bot.AClasses.BotBase.
|
virtual |
Called when the user presses the bot settings button.
Reimplemented from ff14bot.AClasses.BotBase.
| void ff14bot.BotBases.FateBot.SetFate | ( | FateData | fate | ) |
Sets the currentfate to the provided fatedata, also sets the poi.
| fate |
|
virtual |
Starts this bot. Do any initialization here.
Reimplemented from ff14bot.AClasses.BotBase.
|
virtual |
Stops this bot. Do any pre-dispose cleanup here.
Reimplemented from ff14bot.AClasses.BotBase.
| override string ff14bot.BotBases.FateBot.ToString | ( | ) |
|
static |
|
get |
Gets the description.
The description.
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |