Statusbarflags: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
Created page with "Set special flags for the statusbar. Default value is 8 (screen shrinking is disabled in Eduke32). == Flags == {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- |..."
 
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
Set special flags for the statusbar. Default value is 8 (screen shrinking is disabled in Eduke32).
Set special flags for the statusbar. Default value is 8 (screen shrinking is disabled in Eduke32).
See also [[statusbarrange]] and [[statusbarcustom]].


== Flags ==
== Flags ==

Revision as of 05:41, 20 February 2020

Set special flags for the statusbar. Default value is 8 (screen shrinking is disabled in Eduke32).

See also statusbarrange and statusbarcustom.

Flags

Exposed Value Label Description
No 1 STATUSBAR_NONONE
No 2 STATUSBAR_NOMINI
No 4 STATUSBAR_NOFULL
No 8 STATUSBAR_NOSHRINK
No 16 STATUSBAR_NOFRAGBAR
No 32 STATUSBAR_NOOVERLAY
No 64 STATUSBAR_NOMODERN
define STATUSBAR_NONONE                 0x00000001
define STATUSBAR_NOMINI                 0x00000002
define STATUSBAR_NOFULL                 0x00000004
define STATUSBAR_NOSHRINK               0x00000008
define STATUSBAR_NOFRAGBAR              0x00000010
define STATUSBAR_NOOVERLAY              0x00000020
define STATUSBAR_NOMODERN               0x00000040