Variant of Console.Printf that allows specifying print level
Moderator: GZDoom Developers
-
- Posts: 3886
- Joined: Fri Feb 08, 2008 9:15 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): (btw I use) Arch
- Graphics Processor: nVidia with Vulkan support
- Location: Vigo, Galicia
Variant of Console.Printf that allows specifying print level
I don't know how hard it'd be to implement this, it honestly sounds like it'd be hella simple. Main use for this would be to have things like scriptable chat messages (think "auto taunts" from the UT games, but could also be used by bots), or being able to mark some things as log-only, for debugging. There could also be potential for custom message types (which would be handy with the already implemented ProcessNotify override in zscript status bars).