C# Class YetAnotherRelogger.Helpers.Bot.AntiIdleClass

Show file Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Properties

Property Type Description
Delayed double
Failed int
FailedInitCount int
FailedStartDelay int
FixAttempts int
InitAttempts int
InitTime System.DateTime
IsInitialized bool
LastCoinage int
LastCoinageBugReported System.DateTime
LastCoinageIncrease System.DateTime
LastCoinageReset System.DateTime
LastStats System.DateTime
Parent BotClass
StartDelay System.DateTime
State IdleState
Stats YetAnotherRelogger.Helpers.Bot.BotStats
TimeFailedStartDelay System.DateTime

Public Methods

Method Description
AntiIdleClass ( ) : System
FixAttemptCounter ( ) : bool
Reply ( ) : string
Reset ( bool all = false, bool freshstart = false ) : void
ResetCoinage ( ) : void
UpdateCoinage ( int NewCoinage ) : void

Method Details

AntiIdleClass() public method

public AntiIdleClass ( ) : System
return System

FixAttemptCounter() public method

public FixAttemptCounter ( ) : bool
return bool

Reply() public method

public Reply ( ) : string
return string

Reset() public method

public Reset ( bool all = false, bool freshstart = false ) : void
all bool
freshstart bool
return void

ResetCoinage() public method

public ResetCoinage ( ) : void
return void

UpdateCoinage() public method

public UpdateCoinage ( int NewCoinage ) : void
NewCoinage int
return void

Property Details

Delayed public property

public double Delayed
return double

Failed public property

public int Failed
return int

FailedInitCount public property

public int FailedInitCount
return int

FailedStartDelay public property

public int FailedStartDelay
return int

FixAttempts public property

public int FixAttempts
return int

InitAttempts public property

public int InitAttempts
return int

InitTime public property

public DateTime,System InitTime
return System.DateTime

IsInitialized public property

public bool IsInitialized
return bool

LastCoinage public property

public int LastCoinage
return int

LastCoinageBugReported public property

public DateTime,System LastCoinageBugReported
return System.DateTime

LastCoinageIncrease public property

public DateTime,System LastCoinageIncrease
return System.DateTime

LastCoinageReset public property

public DateTime,System LastCoinageReset
return System.DateTime

LastStats public property

public DateTime,System LastStats
return System.DateTime

Parent public property

public BotClass Parent
return BotClass

StartDelay public property

public DateTime,System StartDelay
return System.DateTime

State public property

public IdleState State
return IdleState

Stats public property

public BotStats,YetAnotherRelogger.Helpers.Bot Stats
return YetAnotherRelogger.Helpers.Bot.BotStats

TimeFailedStartDelay public property

public DateTime,System TimeFailedStartDelay
return System.DateTime