PrintUtil
Library used to display information on-screen during a Hades 2 run.
| Last updated | 6 hours ago |
| Total downloads | 1 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | HadesSpeedrunning-PrintUtil-0.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
LuaENVY-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.2.0SGG_Modding-ReLoad
Provides helpers for managing hot reloading and waiting for the right time to load
Preferred version: 1.0.2SGG_Modding-ModUtil
Utility mod for mod interactions within lua for SGG's games
Preferred version: 4.0.1README
PrintUtil
Library used to display information on-screen during a Hades 2 run
Current functionality:
| Function | Purpose |
|---|---|
| OverlayLine.display | Display a line of text on the screen |
| OverlayLine.destroy | Remove a line of text from the screen |
This library uses the same patterns that Hades 2 uses internally, but abstracts some of the formatting and lifecycle management.