EVENT DISPLAYSBAR

From EDukeWiki
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.