Property | Type | Description | |
---|---|---|---|
lastTick | float |
Method | Description | |
---|---|---|
OnCreate ( GameObject sender, |
Called when an object is created.
|
|
OnDelete ( GameObject sender, |
Called when a game object is deleted.
|
|
OnDraw ( |
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.
|
Method | 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.
|
public static OnCreate ( GameObject sender, |
||
sender | GameObject | The object. |
args | The |
|
return | void |
public static OnDelete ( GameObject sender, |
||
sender | GameObject | The game object. |
args | The |
|
return | void |
public static OnDraw ( |
||
args | The |
|
return | void |
public static OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void | ||
sender | Obj_AI_Base | The sender. |
args | GameObjectProcessSpellCastEventArgs | The |
return | void |