Codename LogoCodename Logo

funkin.backend.utils.FunkinParentDisabler

APIWiki

FlxBasic allowing you to disable those elements from the parent state while this substate is opened - Tweens - Camera Movement - Timers - Sounds

To use, add add(new FunkinParentDisabler()); after super.create(); in your create function.

Constructor

View in GitHub

@:value({ replaceUponDestroy : false })new(replaceUponDestroy:Bool = false)

Methods