C# Class BotFarm.AI.BeggerAI

Inheritance: IStrategicAI
Afficher le fichier Open project: jackpoz/BotFarm

Méthodes publiques

Méthode Description
Activate ( Client.AutomatedGame game ) : bool
AllowPause ( ) : bool
Deactivate ( ) : void
Pause ( ) : void
Resume ( ) : void
Update ( ) : void

Private Methods

Méthode Description
ScheduledBegging ( ) : void

Method Details

Activate() public méthode

public Activate ( Client.AutomatedGame game ) : bool
game Client.AutomatedGame
Résultat bool

AllowPause() public méthode

public AllowPause ( ) : bool
Résultat bool

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void