Structs:Screen

From ZDoom Wiki
Jump to navigation Jump to search
Note: This feature is for ZScript only.


The Screen struct holds the API for rendering text, images, and more on the screen. Internally this is what the status bar uses to handle drawing to the screen (alongside anything else that needs to do the same). Unlike the status bar, however, the Screen API offers no scaling with all of it needing to be done manually. It is recommended you use the status bar global variable to handle screen drawing and only use the API directly for screen information or if no other option is available.

Methods

Static