HeroStats Libraries
CohScanner.Scanner_OnScanningError 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_OnScanningError( _
ByVal
msg As
String _
)
[C#]public
void Scanner_OnScanningError(
string msg);
Parameters
- msg
- Text of error
See Also
CohScanner Class | CityOfHeroes.Scanner Namespace