LOGO FLAGS: Difference between revisions
Jump to navigation
Jump to search
Hunter byte (talk | contribs) mNo edit summary |
Hendricks266 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
LOGO_FLAGS is a gamevar that controls the appearance of the logo. | LOGO_FLAGS is a gamevar that controls the appearance of the logo. | ||
The values are: | It is a [[bitfield]]. The values are: | ||
'''1''' - LOGO_FLAG_ENABLED<br /> | '''1''' - LOGO_FLAG_ENABLED<br /> | ||
Line 14: | Line 14: | ||
'''512'''- LOGO_FLAG_TENSCREEN<br /> | '''512'''- LOGO_FLAG_TENSCREEN<br /> | ||
The default is 255 (that is, all the bits are 1, for exception the last two ones). | |||
[[Category:Pre-defined gamevars]] | [[Category:Pre-defined gamevars]] |
Revision as of 16:05, 23 December 2009
LOGO_FLAGS is a gamevar that controls the appearance of the logo.
It is a bitfield. The values are:
1 - LOGO_FLAG_ENABLED
2 - LOGO_FLAG_PLAYANIM
4 - LOGO_FLAG_PLAYMUSIC
8 - LOGO_FLAG_3DRSCREEN
16 - LOGO_FLAG_TITLESCREEN
32 - LOGO_FLAG_DUKENUKEM
64 - LOGO_FLAG_THREEDEE
128- LOGO_FLAG_PLUTOPAKSPRITE
256- LOGO_FLAG_SHAREWARESCREENS
512- LOGO_FLAG_TENSCREEN
The default is 255 (that is, all the bits are 1, for exception the last two ones).