C# Class SFXUtility.Feature.RecallTracker.Recall

Show file Open project: Smokyfox/LeagueSharp

Public Properties

Property Type Description
Hero Obj_AI_Hero

Public Methods

Method Description
Recall ( Obj_AI_Hero hero ) : System
ToColor ( ) : Color
ToString ( ) : string
Update ( ) : bool

Method Details

Recall() public method

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

ToColor() public method

public ToColor ( ) : Color
return Color

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( ) : bool
return bool

Property Details

Hero public property

public Obj_AI_Hero Hero
return Obj_AI_Hero