C# Class OverlayInformation.DrawHelper.StatusInfo

Show file Open project: JumpAttacker/EnsageSharp

Public Properties

Property Type Description
Ally bool

Public Methods

Method Description
GetHero ( ) : Hero
GetTime ( ) : string
StatusInfo ( Hero hero, float time, bool ally ) : System

Private Methods

Method Description
GetStatus ( ) : string

Method Details

GetHero() public method

public GetHero ( ) : Hero
return Hero

GetTime() public method

public GetTime ( ) : string
return string

StatusInfo() public method

public StatusInfo ( Hero hero, float time, bool ally ) : System
hero Hero
time float
ally bool
return System

Property Details

Ally public property

public bool Ally
return bool