funkin.backend.utils
The utils of Codename Engine
These utils do various things such as processing xml, discord rpc, zip reading and more...
.. | ||
native | ||
translations | ||
typedef | AnimData | |
class | AudioAnalyzer | An utility that analyze FlxSounds, can be used to make waveform or real-time audio visualizer. |
typedef | AudioAnalyzerCallback | |
typedef | BeatAnim | |
class | BitmapUtil | |
abstract | CodeCursor | |
abstract | ConsoleColor | |
class | ControlsUtil | |
abstract | CoolSfx | SFXs to play using |
class | CoolUtil | Various utilities, that have no specific Util class. |
typedef | DEvents | |
typedef | DPresence | |
class | DUser | |
typedef | DiscordJson | |
class | DiscordUtil | |
class | DrawUtil | |
class | EngineUtil | |
abstract | FileAttribute | |
class | FileAttributeWrapper | Currently only for Windows, but planned to work on other platforms later. |
class | FlxInterpolateColor | Additional class for FlxColor lerping.
Gets rid of precision issues with |
class | FunkinParentDisabler | FlxBasic allowing you to disable those elements from the parent state while this substate is opened - Tweens - Camera Movement - Timers - Sounds |
class | HttpUtil | |
class | IPrePostDraw | |
class | IXMLEvents | |
class | IniUtil | |
class | MarkdownUtil | |
class | MathUtil | |
class | MatrixUtil | |
class | MemoryUtil | Tools that are related to memory. Including garbage collection, and memory usage, and hardware info. |
abstract | MessageBoxIcon | |
class | NativeAPI | Class for functions that talk to a lower level than haxe, such as message boxes, and more. Some functions might not have effect on some platforms. |
class | NdllUtil | Small util that allows you to load any function from ndlls via |
abstract | NitroType | |
class | PropertyInfo | |
abstract | RegistryHive | |
class | RegistryUtil | |
class | ShaderResizeFix | |
class | SortedArrayUtil | Tools to work with sorted arrays, in a more efficient way. |
class | StrNameLabel | |
class | SysZip | Class that extends Reader allowing you to load ZIP entries without blowing your RAM up!! Half of the code is taken from haxe libraries btw |
typedef | SysZipEntry | |
class | ThreadUtil | |
class | TranslationPair | |
class | TranslationUtil | The class used for translations based on the XMLs inside the translations folders. |
class | WindowUtils | |
class | XMLImportedScriptInfo | |
class | XMLUtil | Class made to make XML parsing easier. Used in Stage.hx, Character.hx, and more. |
class | ZipProgress | |
class | ZipReader | |
class | ZipUtil | |
class | ZipWriter |