Rebornbuddy
|
Static Public Member Functions | |
static void | Add (string name, BotBase derievesFromBotBase) |
Adds a bot to the bot collection. | |
static void | Add (BotBase derievesFromBotBase) |
Adds a bot to the bot collection. | |
static bool | Remove (string name) |
Removes a bot from the collection. | |
static bool | Remove (BotBase botbase) |
static void | SetCurrent (BotBase bot) |
Properties | |
static AsyncObservableCollection< BotBase > | Bots [get] |
List of all loaded botbases. | |
static BotBase | Current [get] |
Current BotBase. | |
static string | BotBaseDirectory [get] |
Events | |
static EventHandler | Reloaded |
|
static |
Adds a bot to the bot collection.
derievesFromBotBase | object that derieves from BotBase. |
|
static |
Adds a bot to the bot collection.
name | name of the bot. |
derievesFromBotBase | object that derieves from BotBase. |
|
static |
|
static |
Removes a bot from the collection.
name | name of the bot. |
|
static |
|
staticget |
|
staticget |
List of all loaded botbases.
|
static |