C# 클래스 YetAnotherRelogger.Helpers.Bot.AntiIdleClass

파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AntiIdleClass ( ) : System
FixAttemptCounter ( ) : bool
Reply ( ) : string
Reset ( bool all = false, bool freshstart = false ) : void
ResetCoinage ( ) : void
UpdateCoinage ( int NewCoinage ) : void

메소드 상세

AntiIdleClass() 공개 메소드

public AntiIdleClass ( ) : System
리턴 System

FixAttemptCounter() 공개 메소드

public FixAttemptCounter ( ) : bool
리턴 bool

Reply() 공개 메소드

public Reply ( ) : string
리턴 string

Reset() 공개 메소드

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

ResetCoinage() 공개 메소드

public ResetCoinage ( ) : void
리턴 void

UpdateCoinage() 공개 메소드

public UpdateCoinage ( int NewCoinage ) : void
NewCoinage int
리턴 void

프로퍼티 상세

Delayed 공개적으로 프로퍼티

public double Delayed
리턴 double

Failed 공개적으로 프로퍼티

public int Failed
리턴 int

FailedInitCount 공개적으로 프로퍼티

public int FailedInitCount
리턴 int

FailedStartDelay 공개적으로 프로퍼티

public int FailedStartDelay
리턴 int

FixAttempts 공개적으로 프로퍼티

public int FixAttempts
리턴 int

InitAttempts 공개적으로 프로퍼티

public int InitAttempts
리턴 int

InitTime 공개적으로 프로퍼티

public DateTime,System InitTime
리턴 System.DateTime

IsInitialized 공개적으로 프로퍼티

public bool IsInitialized
리턴 bool

LastCoinage 공개적으로 프로퍼티

public int LastCoinage
리턴 int

LastCoinageBugReported 공개적으로 프로퍼티

public DateTime,System LastCoinageBugReported
리턴 System.DateTime

LastCoinageIncrease 공개적으로 프로퍼티

public DateTime,System LastCoinageIncrease
리턴 System.DateTime

LastCoinageReset 공개적으로 프로퍼티

public DateTime,System LastCoinageReset
리턴 System.DateTime

LastStats 공개적으로 프로퍼티

public DateTime,System LastStats
리턴 System.DateTime

Parent 공개적으로 프로퍼티

public BotClass Parent
리턴 BotClass

StartDelay 공개적으로 프로퍼티

public DateTime,System StartDelay
리턴 System.DateTime

State 공개적으로 프로퍼티

public IdleState State
리턴 IdleState

Stats 공개적으로 프로퍼티

public BotStats,YetAnotherRelogger.Helpers.Bot Stats
리턴 YetAnotherRelogger.Helpers.Bot.BotStats

TimeFailedStartDelay 공개적으로 프로퍼티

public DateTime,System TimeFailedStartDelay
리턴 System.DateTime