HeroStats Libraries
StatsEngine.OfflineHero Property

[This is preliminary documentation and subject to change.]

Gets or sets the data for the hero held in storage. Cannot be null.

[Visual Basic]
Public Property OfflineHero As HeroData
[C#]
public CityOfHeroes.HeroData OfflineHero {get; set;}

Remarks

Note that, in many cases, when a hero is needed for some work by a StatsEngine object, it will first attempt to get the OnlineHero and, failing that, will get this object.

See Also

StatsEngine Class | HeroStats.StatsEngine Namespace