C# 클래스 DZAwarenessAIO.Modules.WardTracker.WardDetector

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

공개 프로퍼티들

프로퍼티 타입 설명
lastTick float

공개 메소드들

메소드 설명
OnCreate ( GameObject sender, EventArgs args ) : void

Called when an object is created.

OnDelete ( GameObject sender, EventArgs args ) : void

Called when a game object is deleted.

OnDraw ( EventArgs args ) : void

Raises the E:Draw event.

OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void

Called when an spell is processed

OnTick ( ) : void

Called when the assembly updates.

비공개 메소드들

메소드 설명
GetWardColor ( DZAwarenessAIO.Modules.WardTracker.WardTypeWrapper w ) : System.Drawing.Color

Gets the color of the ward circle.

GetWardPolygon ( DZAwarenessAIO.Modules.WardTracker.Ward w ) : List

Gets the ward polygon.

GetWardsCloseTo ( DZAwarenessAIO.Modules.WardTracker.Ward w ) : List

Gets the wards close to another ward.

메소드 상세

OnCreate() 공개 정적인 메소드

Called when an object is created.
public static OnCreate ( GameObject sender, EventArgs args ) : void
sender GameObject The object.
args System.EventArgs The instance containing the event data.
리턴 void

OnDelete() 공개 정적인 메소드

Called when a game object is deleted.
public static OnDelete ( GameObject sender, EventArgs args ) : void
sender GameObject The game object.
args System.EventArgs The instance containing the event data.
리턴 void

OnDraw() 공개 정적인 메소드

Raises the E:Draw event.
public static OnDraw ( EventArgs args ) : void
args System.EventArgs The instance containing the event data.
리턴 void

OnProcessSpellCast() 공개 정적인 메소드

Called when an spell is processed
public static OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
sender Obj_AI_Base The sender.
args GameObjectProcessSpellCastEventArgs The instance containing the event data.
리턴 void

OnTick() 공개 정적인 메소드

Called when the assembly updates.
public static OnTick ( ) : void
리턴 void

프로퍼티 상세

lastTick 공개적으로 정적으로 프로퍼티

The last tick the OnTick cycle performed
public static float lastTick
리턴 float