HeroStats Libraries
SimulateScanner.DoFrame Method 

[This is preliminary documentation and subject to change.]

Technically, this is where the scanner should be doing its work, but the simulator follows a different paradigm, and all the work is done in the FireXXXEvent calls

[Visual Basic]
NotOverridable Public Function DoFrame() As IScanner _
    Implements IScanner.DoFrame
[C#]
public IScanner DoFrame();

Return Value

The next scanner to use. Is always the 'this' reference.

Implements

IScanner.DoFrame

See Also

SimulateScanner Class | CityOfHeroes.Scanner Namespace