C# Class YetAnotherRelogger.Helpers.Bot.AntiIdleClass

ファイルを表示 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_oe property

public double Delayed
return double

Failed public_oe property

public int Failed
return int

FailedInitCount public_oe property

public int FailedInitCount
return int

FailedStartDelay public_oe property

public int FailedStartDelay
return int

FixAttempts public_oe property

public int FixAttempts
return int

InitAttempts public_oe property

public int InitAttempts
return int

InitTime public_oe property

public DateTime,System InitTime
return System.DateTime

IsInitialized public_oe property

public bool IsInitialized
return bool

LastCoinage public_oe property

public int LastCoinage
return int

LastCoinageBugReported public_oe property

public DateTime,System LastCoinageBugReported
return System.DateTime

LastCoinageIncrease public_oe property

public DateTime,System LastCoinageIncrease
return System.DateTime

LastCoinageReset public_oe property

public DateTime,System LastCoinageReset
return System.DateTime

LastStats public_oe property

public DateTime,System LastStats
return System.DateTime

Parent public_oe property

public BotClass Parent
return BotClass

StartDelay public_oe property

public DateTime,System StartDelay
return System.DateTime

State public_oe property

public IdleState State
return IdleState

Stats public_oe property

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

TimeFailedStartDelay public_oe property

public DateTime,System TimeFailedStartDelay
return System.DateTime