EVENT DISPLAYSBAR

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.