C# Class cleanLayer.Bots.Grindbot

Inheritance: cleanLayer.Library.BotBase
Show file Open project: Vipeax/cleanLayer Class Usage Examples

Public Properties

Property Type Description
Blacklisted List
FSM cleanLayer.Library.FSM.Engine
Hotspots List
Profile cleanLayer.Library.HBProfile
SubProfile cleanLayer.Library.SubProfile

Public Methods

Method Description
Grindbot ( ) : System
Pulse ( ) : void
Start ( ) : bool
Stop ( ) : void

Private Methods

Method Description
HandleEvents ( string ev, List args ) : void
SetupProfile ( ) : bool

Method Details

Grindbot() public method

public Grindbot ( ) : System
return System

Pulse() public method

public Pulse ( ) : void
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void

Property Details

Blacklisted public property

public List Blacklisted
return List

FSM public property

public Engine,cleanLayer.Library.FSM FSM
return cleanLayer.Library.FSM.Engine

Hotspots public property

public List Hotspots
return List

Profile public property

public HBProfile,cleanLayer.Library Profile
return cleanLayer.Library.HBProfile

SubProfile public property

public SubProfile,cleanLayer.Library SubProfile
return cleanLayer.Library.SubProfile