HeroStats Libraries
Singletons.OnlineHero Property

[This is preliminary documentation and subject to change.]

Gets the online hero. May be null if not online.

[Visual Basic]
Public Shared ReadOnly Property OnlineHero As HeroData
[C#]
public static CityOfHeroes.HeroData OnlineHero {get;}

Property Value

A (possibly null) object representing a hero.

See Also

Singletons Class | HeroStats.StatsEngine Namespace