C# Class SFXUtility.Feature.LastPositionTracker.LastPosition

Show file Open project: Smokyfox/LeagueSharp

Public Properties

Property Type Description
Hero Obj_AI_Hero
IsRecalling bool
Recall bool
Recalled bool

Public Methods

Method Description
LastPosition ( Obj_AI_Hero hero ) : System

Private Methods

Method Description
Update ( ) : void

Method Details

LastPosition() public method

public LastPosition ( Obj_AI_Hero hero ) : System
hero Obj_AI_Hero
return System

Property Details

Hero public property

public Obj_AI_Hero Hero
return Obj_AI_Hero

IsRecalling public property

public bool IsRecalling
return bool

Recall public property

public bool Recall
return bool

Recalled public property

public bool Recalled
return bool