EVENT DISPLAYSBAR: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
No edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
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]].
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]].


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

Revision as of 11:10, 3 May 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, them you can use userdef screen_size.