Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.BotBases.FateBot2 Class Reference
Inheritance diagram for ff14bot.BotBases.FateBot2:
ff14bot.AClasses.BotBase

Properties

override string Name [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 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.
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 inherited from ff14bot.AClasses.BotBase
bool Initialized
 Has Initalize been called?

Property Documentation

◆ Name

override string ff14bot.BotBases.FateBot2.Name
get

◆ PulseFlags

override PulseFlags ff14bot.BotBases.FateBot2.PulseFlags
get

◆ Root

override Composite ff14bot.BotBases.FateBot2.Root
get