C# Class EvadePlus.SkillshotTypes.LinearMissileSkillshot

Inheritance: EvadeSkillshot
Afficher le fichier Open project: stefsot/EloBuddyAddons Class Usage Examples

Méthodes publiques

Méthode Description
GetAvailableTime ( System.Vector2 pos ) : int
GetPosition ( ) : System.Vector3
IsFromFow ( ) : bool
LinearMissileSkillshot ( ) : System
NewInstance ( ) : EvadeSkillshot
OnCreateObject ( GameObject obj ) : void
OnDraw ( ) : void
OnSpellDetection ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnTick ( ) : void
ToPolygon ( float extrawidth ) : Geometry.Polygon

Method Details

GetAvailableTime() public méthode

public GetAvailableTime ( System.Vector2 pos ) : int
pos System.Vector2
Résultat int

GetPosition() public méthode

public GetPosition ( ) : System.Vector3
Résultat System.Vector3

IsFromFow() public méthode

public IsFromFow ( ) : bool
Résultat bool

LinearMissileSkillshot() public méthode

public LinearMissileSkillshot ( ) : System
Résultat System

NewInstance() public méthode

public NewInstance ( ) : EvadeSkillshot
Résultat EvadeSkillshot

OnCreateObject() public méthode

public OnCreateObject ( GameObject obj ) : void
obj GameObject
Résultat void

OnDraw() public méthode

public OnDraw ( ) : void
Résultat void

OnSpellDetection() public méthode

public OnSpellDetection ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
sender Obj_AI_Base
args GameObjectProcessSpellCastEventArgs
Résultat void

OnTick() public méthode

public OnTick ( ) : void
Résultat void

ToPolygon() public méthode

public ToPolygon ( float extrawidth ) : Geometry.Polygon
extrawidth float
Résultat Geometry.Polygon