Instance Functions
addEventListener(type:Int, func:Listener, options?:EventListenerOptions):Void
Description
addTimer(interval:Int, repeats:Int, func, options?:IntervalTimerOptions):Int
Description
getBackgroundBehindContainer():Container
Description
getBackgroundEffectsContainer():Container
Description
getBackgroundShadowsContainer():Container
Description
getBackgroundStructuresContainer():Container
Description
getCameraAnchors():Array<RectCollisionArea>
Description
getCameraBounds():RectCollisionArea
Description
getCharactersBackContainer():Container
Description
getCharactersContainer():Container
Description
getCharactersFrontContainer():Container
Description
getCurrentFrame():Int
Description
getDeathBounds():RectCollisionArea
Description
getForegroundEffectsContainer():Container
Description
getForegroundFrontContainer():Container
Description
getForegroundShadowsContainer():Container
Description
getForegroundStructuresContainer():Container
Description
getMatchGraphicsContainer():Container
Description
Get the container in which match graphics are rendered in. This container is layered above the hud and all stage/camera layers.
getResource():Resource
Description
getTotalFrames():Int
Description
hasAnimation(animation:String):Bool
Description
hasEventListener(type:Int, func?:Listener):Bool
Description
isDisposed():Bool
Description
pause():Void
Description
playAnimation(name:String):Void
Description
playFrame(frame:Int):Void
Description
playLabel(label:String):Void
Description
removeEventListener(type:Int, func:Listener):Void
Description
removeTimer(uid:Int):Bool
Description
resume():Void
Description
updateLightboxStats(id:Int, lightboxStats:LightboxStatsProps):Void
Description
Not currently implemented, will have no effect.