EVENT DISPLAYSBAR: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
EVENT_DISPLAYSBAR is a [[EDuke32_event_list|Game Event]].
EVENT_DISPLAYSBAR is a [[EDuke32_event_list|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, them you can use userdef [[screen_size]].
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.


[[Category:Events]]
[[Category:Events]]

Revision as of 21:43, 2 September 2009

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.