EVENT DISPLAYSBAR

From EDukeWiki
Revision as of 21:43, 2 September 2009 by 201.37.87.45 (talk)
Jump to navigation Jump to search

EVENT_DISPLAYSBAR is a Game Event.

This event is used to display the status bar. Setting RETURN to a non-zero value will prevent the status bar from being rendered.

The area where the big status bar would normally appear remains, however, and will contain visual glitches. To properly get rid of it, you may edit the height in pixels of the hard-coded tile 2462 (BOTTOMSTATUSBAR)...

This event is different of EVENT_DISPLAYREST in using rotatesprite command as it draw tiles under the normal status bar, if being displayed.