Can a version of printf that accepts the EPrintLevel flags be exposed via ZScript?
All of the EPrintLevel flags are exported to ZScript, but there's no way to use them, except for processing already-created notifications in the status bar code. I'm really looking to be able to use PRINT_NONOTIFY; from what I can tell, there's currently no way in ZScript to write text to the log, but not to the notification buffer.
Export print level flag-aware printf to ZScript
Moderator: GZDoom Developers
-
- Posts: 1304
- Joined: Tue Jul 15, 2003 4:18 pm
-
- 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
Re: Export print level flag-aware printf to ZScript
We've asked for this before.
-
- Posts: 1304
- Joined: Tue Jul 15, 2003 4:18 pm
-
- 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
Re: Export print level flag-aware printf to ZScript
PrintfEx exists now. This should be closed (it's also a duplicate).