HeroStats Libraries
CohScanner.Scanner_OnHeroLogin Method 

[This is preliminary documentation and subject to change.]

Internal processing function. Exposed for use by the simulator.

Implementers should not use this function.

[Visual Basic]
Public Sub Scanner_OnHeroLogin( _
   ByVal hero As HeroData _
)
[C#]
public void Scanner_OnHeroLogin(
   HeroData hero
);

Parameters

hero
Hero logging in

See Also

CohScanner Class | CityOfHeroes.Scanner Namespace