SCREENFADE
Description
Bitflags used by Player:ScreenFade.
Values
0 | Instant fade in, wait for hold time AND fade time, instant fade out.
Not a real flag, but rather describes what happens when given none. | |
SCREENFADE.IN | 1 | Instant fade in, slowly fade out (based on fade time given) after the hold time has passed |
SCREENFADE.OUT | 2 | Slowly fade in (based on fade time given), hold time passes, instantly disappear |
SCREENFADE.MODULATE | 4 | Instead of blending multiple active screen fades, modulate them. (TODO: What does this mean?) Internally this flag switches what material will be used to render the screen fade. Practically it forces the color to black. |
SCREENFADE.STAYOUT | 8 | Never disappear. Does nothing by itself, as if no flags were given. |
SCREENFADE.PURGE | 16 | Used to purge all currently active screen fade effects, meant to be used in conjunction with flags above as a "priority effect".
Does nothing by itself, acts as if no flags were given |