class FoxLoaderUtil
package foxlite.loaders
Static variables
Static methods
staticinitPathClass(?Class:Dynamic):Void
For Friday Night Funkin' Engines, this is a custom path function for custom library paths.
If null, the default assets folder will be used instead.
staticforEachLine(s:String, cb:(chunk:String) ‑> Void, sep:String = "\n"):Void
Iterates a String for each line separated by sep
Parameters:
s | The input String |
|---|---|
cb | The callback function that will be executed for each chunk |
sep | Custom line separator, default is "\n" |