Click or drag to resize

BotManager Class

Inheritance Hierarchy
SystemObject
  ff14bot.ManagersBotManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class BotManager

The BotManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBotBaseDirectory
Public propertyStatic memberBots
List of all loaded botbases
Public propertyStatic memberCurrent
Current BotBase
Top
Methods
  NameDescription
Public methodStatic memberAdd(BotBase)
Adds a bot to the bot collection.
Public methodStatic memberAdd(String, BotBase)
Adds a bot to the bot collection.
Public methodStatic memberRemove(String)
Removes a bot from the collection.
Public methodStatic memberRemove(BotBase)
Public methodStatic memberSetCurrent
Top
Events
  NameDescription
Public eventStatic memberReloaded
Top
See Also