C# 클래스 DZAwarenessAIO.Modules.Tracker.TrackerDrawings

The Tracker Drawings Class
파일 보기 프로젝트 열기: DZ191/LeagueSharp 1 사용 예제들

공개 메소드들

메소드 설명
OnLoad ( ) : void

Called when module loads.

비공개 메소드들

메소드 설명
CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void

Handles the DomainUnload event of the CurrentDomain control.

GetCumulativeXP ( float level ) : float

Gets the cumulative xp.

GetXPPerLevel ( int level ) : float

Gets the xp per level.

LoadList ( ) : void

Loads the playersWrapper list.

LoadSprites ( ) : void

Loads the sprites.

OnUpdate ( EventArgs args ) : void

Raises the Game.OnUpdate event.

Truncate ( float s ) : String
Truncate ( string s ) : String

Truncates the specified string.

메소드 상세

OnLoad() 공개 정적인 메소드

Called when module loads.
public static OnLoad ( ) : void
리턴 void