Méthode | Description | |
---|---|---|
BotFactory ( ) : System | ||
CreateBot ( ) : |
||
Dispose ( ) : void | ||
IsBot ( Client.World.Entities.WorldObject obj ) : bool | ||
LoadBot ( BotFarm.BotInfo info ) : |
||
Log ( string message, LogLevel level = LogLevel.Info ) : void | ||
RemoveBot ( |
||
SetupFactory ( int botCount ) : void |
Méthode | Description | |
---|---|---|
DisplayStatistics ( |
||
DisplayStatistics ( string botname ) : void | ||
LogDebug ( string message ) : void | ||
SaveBotInfos ( ) : void |
public IsBot ( Client.World.Entities.WorldObject obj ) : bool | ||
obj | Client.World.Entities.WorldObject | |
Résultat | bool |
public LoadBot ( BotFarm.BotInfo info ) : |
||
info | BotFarm.BotInfo | |
Résultat |
public Log ( string message, LogLevel level = LogLevel.Info ) : void | ||
message | string | |
level | LogLevel | |
Résultat | void |
public SetupFactory ( int botCount ) : void | ||
botCount | int | |
Résultat | void |