class flixel.system.frontEnds.VCRFrontEnd

Available on all platforms

Instance Fields

var paused:Bool

Whether the debugger has been paused.

var stepRequested:Bool

Whether a "1 frame step forward" was requested.

function pause():Void

Pause the main game loop

function resume():Void

Resume the main game loop from FlxG.vcr.pause();