C# Class cleanLayer.Bots.Grindbot

Inheritance: cleanLayer.Library.BotBase
Afficher le fichier Open project: Vipeax/cleanLayer Class Usage Examples

Méthodes publiques

Свойство Type Description
Blacklisted List
FSM cleanLayer.Library.FSM.Engine
Hotspots List
Profile cleanLayer.Library.HBProfile
SubProfile cleanLayer.Library.SubProfile

Méthodes publiques

Méthode Description
Grindbot ( ) : System
Pulse ( ) : void
Start ( ) : bool
Stop ( ) : void

Private Methods

Méthode Description
HandleEvents ( string ev, List args ) : void
SetupProfile ( ) : bool

Method Details

Grindbot() public méthode

public Grindbot ( ) : System
Résultat System

Pulse() public méthode

public Pulse ( ) : void
Résultat void

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Blacklisted public_oe property

public List Blacklisted
Résultat List

FSM public_oe property

public Engine,cleanLayer.Library.FSM FSM
Résultat cleanLayer.Library.FSM.Engine

Hotspots public_oe property

public List Hotspots
Résultat List

Profile public_oe property

public HBProfile,cleanLayer.Library Profile
Résultat cleanLayer.Library.HBProfile

SubProfile public_oe property

public SubProfile,cleanLayer.Library SubProfile
Résultat cleanLayer.Library.SubProfile