Property | Type | Description | |
---|---|---|---|
mainLog | Log |
Method | Description | |
---|---|---|
AuthBot ( int index, string AuthCode ) : void |
Sets the SteamGuard auth code on the given bot
|
|
BotManager ( ) : System | ||
LoadConfiguration ( string configFile ) : bool |
Loads a configuration file to use when creating bots.
|
|
SendCommand ( int index, string command ) : void |
Sends the BotManager command to the target Bot
|
|
StartBot ( int index ) : void |
Starts a bot in a new process given that bot's index in the configuration.
|
|
StartBot ( string botUserName ) : void |
Starts a bot given that bots configured username.
|
|
StartBots ( ) : bool |
Starts the bots that have been configured.
|
|
StopBot ( int index ) : void |
Kills a single bot process given that bots index in the configuration.
|
|
StopBot ( string botUserName ) : void |
Stops a bot given that bots configured username.
|
|
StopBots ( ) : void |
Kills all running bot processes.
|
|
UserHandlerCreator ( |
A method to return an instance of the
|
public AuthBot ( int index, string AuthCode ) : void | ||
index | int | The bot's index |
AuthCode | string | The auth code |
return | void |
public LoadConfiguration ( string configFile ) : bool | ||
configFile | string | |
return | bool |
public SendCommand ( int index, string command ) : void | ||
index | int | The target bot's index |
command | string | The command to be executed |
return | void |
public StartBot ( int index ) : void | ||
index | int | A zero-based index. |
return | void |
public StartBot ( string botUserName ) : void | ||
botUserName | string | The bot's username. |
return | void |
public StopBot ( int index ) : void | ||
index | int | A zero-based index. |
return | void |
public StopBot ( string botUserName ) : void | ||
botUserName | string | The bot's username. |
return | void |
public static UserHandlerCreator ( |
||
bot | The bot. | |
sid | The steamId. | |
return |