Static variables

@:value("ogg")staticinlineread onlySOUND_EXT:String = "ogg"

@:value("mp4")staticinlineread onlyVIDEO_EXT:String = "mp4"

@:value([])staticcurrentTrackedAssets:Map<String, FlxGraphic> = []

@:value([])staticcurrentTrackedSounds:Map<String, Sound> = []

@:value(["assets/shared/music/freakyMenu.$SOUND_EXT"])staticdumpExclusions:Array<String> = ["assets/shared/music/freakyMenu.$SOUND_EXT"]

@:value([])staticlocalTrackedAssets:Array<String> = []

Static methods

@:value({ allowGPU : true, parentFolder : null })staticcacheBitmap(key:String, ?parentFolder:String, ?bitmap:BitmapData, allowGPU:Bool = true):FlxGraphic

@:access(flixel.system.frontEnds.BitmapFrontEnd._cache)staticclearStoredMemory():Void

@:value({ parentFolder : null, ignoreMods : false })staticfileExists(key:String, type:AssetType, ignoreMods:Bool = false, ?parentFolder:String):Bool

staticinlinefont(key:String):String

staticinlineformatToSongPath(path:String):String

@:value({ allowGPU : true, parentFolder : null })staticinlinegetAsepriteAtlas(key:String, ?parentFolder:String, allowGPU:Bool = true):FlxAtlasFrames

@:value({ allowGPU : true, parentFolder : null })staticgetAtlas(key:String, ?parentFolder:String, allowGPU:Bool = true):FlxAtlasFrames

@:value({ folder : "shared" })staticinlinegetFolderPath(file:String, folder:String = "shared"):String

@:value({ allowGPU : true, parentFolder : null })staticgetMultiAtlas(keys:Array<String>, ?parentFolder:String, allowGPU:Bool = true):FlxAtlasFrames

@:value({ allowGPU : true, parentFolder : null })staticinlinegetPackerAtlas(key:String, ?parentFolder:String, allowGPU:Bool = true):FlxAtlasFrames

@:value({ modsAllowed : true, type : TEXT })staticgetPath(file:String, type:AssetType = TEXT, ?parentfolder:String, modsAllowed:Bool = true):String

@:value({ file : "" })staticinlinegetSharedPath(file:String = ""):String

@:value({ allowGPU : true, parentFolder : null })staticinlinegetSparrowAtlas(key:String, ?parentFolder:String, allowGPU:Bool = true):FlxAtlasFrames

@:value({ ignoreMods : false })staticinlinegetTextFromFile(key:String, ignoreMods:Bool = false):String

staticinlinehx(key:String, ?folder:String):String

@:value({ allowGPU : true, parentFolder : null })staticimage(key:String, ?parentFolder:String, allowGPU:Bool = true):FlxGraphic

@:value({ modsAllowed : true })staticinlineinst(song:String, modsAllowed:Bool = true):Sound

staticinlinejson(key:String, ?folder:String):String

@:value({ animationJson : null, spriteJson : null })staticloadAnimateAtlas(spr:FlxAnimate, folderOrImg:Dynamic, ?spriteJson:Dynamic, ?animationJson:Dynamic):Void

staticinlinelua(key:String, ?folder:String):String

@:value({ key : "" })staticinlinemods(key:String = ""):String

staticinlinemodsImages(key:String):String

staticinlinemodsImagesJson(key:String):String

staticinlinemodsJson(key:String):String

staticinlinemodsSounds(path:String, key:String):String

staticinlinemodsTxt(key:String):String

staticinlinemodsVideo(key:String):String

staticinlinemodsXml(key:String):String

@:value({ modsAllowed : true })staticinlinemusic(key:String, modsAllowed:Bool = true):Sound

@:value({ beepOnNull : true, modsAllowed : true })staticreturnSound(key:String, ?path:String, modsAllowed:Bool = true, beepOnNull:Bool = true):Sound

staticinlineshaderFragment(key:String, ?folder:String):String

staticinlineshaderVertex(key:String, ?folder:String):String

@:value({ modsAllowed : true })staticinlinesound(key:String, modsAllowed:Bool = true):Sound

@:value({ modsAllowed : true })staticinlinesoundRandom(key:String, min:Int, max:Int, modsAllowed:Bool = true):Sound

staticinlinetxt(key:String, ?folder:String):String

staticvideo(key:String):String

@:value({ modsAllowed : true, postfix : null })staticinlinevoices(song:String, ?postfix:String, modsAllowed:Bool = true):Sound

staticinlinexml(key:String, ?folder:String):String