C# 클래스 AutoSharp.Utils.AutoLevel

Automatically levels skills.
파일 보기 프로젝트 열기: myo/Experimental 1 사용 예제들

공개 메소드들

메소드 설명
AutoLevel ( IEnumerable levels ) : System

Initializes a new instance of the AutoLevel class.

Disable ( ) : void

Disables this instance.

Enable ( ) : void

Enables this instance.

Enabled ( bool b ) : void

Sets if this instance is enabled or not according to the b.

GetSequence ( ) : int[]

Gets the sequence.

GetSequenceFromDb ( ) : int[]
GetSequenceList ( ) : List

Gets the sequence list.

UpdateSequence ( IEnumerable levels ) : void

Updates the sequence.

비공개 메소드들

메소드 설명
Game_OnGameUpdate ( EventArgs args ) : void

Fired when the game updates.

GetTotalPoints ( ) : int

Gets the total points.

Init ( ) : void

Initializes this instance.

메소드 상세

AutoLevel() 공개 메소드

Initializes a new instance of the AutoLevel class.
public AutoLevel ( IEnumerable levels ) : System
levels IEnumerable The levels.
리턴 System

Disable() 공개 정적인 메소드

Disables this instance.
public static Disable ( ) : void
리턴 void

Enable() 공개 메소드

Enables this instance.
public Enable ( ) : void
리턴 void

Enabled() 공개 정적인 메소드

Sets if this instance is enabled or not according to the b.
public static Enabled ( bool b ) : void
b bool if set to true [b].
리턴 void

GetSequence() 공개 정적인 메소드

Gets the sequence.
public static GetSequence ( ) : int[]
리턴 int[]

GetSequenceFromDb() 공개 정적인 메소드

public static GetSequenceFromDb ( ) : int[]
리턴 int[]

GetSequenceList() 공개 정적인 메소드

Gets the sequence list.
public static GetSequenceList ( ) : List
리턴 List

UpdateSequence() 공개 정적인 메소드

Updates the sequence.
public static UpdateSequence ( IEnumerable levels ) : void
levels IEnumerable The levels.
리턴 void