Property | Type | Description | |
---|---|---|---|
IsRunning | bool |
Method | Description | |
---|---|---|
RunningBot ( bool useProcesses, int index, |
Creates a new instance of RunningBot class.
|
|
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
SpawnBotThread ( |
||
SpawnSteamBotProcess ( int botIndex ) : void |
public RunningBot ( bool useProcesses, int index, |
||
useProcesses | bool |
/// |
index | int | The index of the bot in the configuration. |
config | The bots configuration object. | |
return | System |