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

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.INodeFinalizedPath
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.

Member Function Documentation

◆ Start()

override void ff14bot.BotBases.MiniCactPotBot.Start ( )
virtual

Called when the bot is started.

Reimplemented from ff14bot.AClasses.BotBase.

◆ Stop()

override void ff14bot.BotBases.MiniCactPotBot.Stop ( )
virtual

Called when the bot is stopped.

Reimplemented from ff14bot.AClasses.BotBase.

Member Data Documentation

◆ FinalizedPath

Queue<NavGraph.INode> ff14bot.BotBases.MiniCactPotBot.FinalizedPath

Property Documentation

◆ Name

override string ff14bot.BotBases.MiniCactPotBot.Name
get

◆ NPC

GameObject ff14bot.BotBases.MiniCactPotBot.NPC
get

◆ PulseFlags

override PulseFlags ff14bot.BotBases.MiniCactPotBot.PulseFlags
get

◆ RequiresProfile

override bool ff14bot.BotBases.MiniCactPotBot.RequiresProfile
get

◆ Root

override Composite ff14bot.BotBases.MiniCactPotBot.Root
get

◆ WantButton

override bool ff14bot.BotBases.MiniCactPotBot.WantButton
get