EVENT DISPLAYSBAR

From EDukeWiki
Revision as of 09:12, 4 February 2022 by Doom64hunter (talk | contribs) (Remove false information.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Event ID player# THISACTOR RETURN
EVENT_DISPLAYSBAR screenpeek player->i 1 value

EVENT_DISPLAYSBAR is a Game Event. This event is used to display the status bar.

RETURN is set to 0 by default. Setting RETURN to a non-zero value will prevent the status bar from being rendered.

If this event is used to draw tiles onscreen, the tiles will be rendered below the status bar. Use EVENT_DISPLAYREST if you want to draw the tiles on top of the statusbar instead.