C# Class DZAwarenessAIO.Modules.WardTracker.WardDetector

Afficher le fichier Open project: DZ191/LeagueSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
lastTick float

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

OnCreate() public static méthode

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.
Résultat void

OnDelete() public static méthode

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.
Résultat void

OnDraw() public static méthode

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

OnProcessSpellCast() public static méthode

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.
Résultat void

OnTick() public static méthode

Called when the assembly updates.
public static OnTick ( ) : void
Résultat void

Property Details

lastTick public_oe static_oe property

The last tick the OnTick cycle performed
public static float lastTick
Résultat float