Env fade: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(→Flags) |
||
Line 12: | Line 12: | ||
* '''rendercolor''' | * '''rendercolor''' | ||
: {{color}} Fade Color | : {{color}} Fade Color | ||
==Flags== | |||
* 1: Fade From | |||
* 2 : Modulate | |||
* 8 : Stay Out | |||
==Inputs== | ==Inputs== | ||
* {{i targetname}} | * {{i targetname}} | ||
* {{i renderfields}} | |||
* '''Fade''' | * '''Fade''' | ||
: Start the screen fade. | : Start the screen fade. | ||
==Outputs== | ==Outputs== | ||
* {{o targetname}} | * {{o targetname}} |
Revision as of 13:51, 20 September 2005
Entity Description
An entity that controls screen fades.
Keyvalues
- Template:Kv targetname
- duration
- <integer> The time that it will take to fade the screen in or out.
- holdtime
- <integer> The time to hold the faded in/out state.
- renderamt
- <byte> Alpha of the fade, where 0 = fully transparent and 255 = fully opaque.
- rendercolor
- ⇆#000000rgb(0,0,0)⇆ Fade Color
Flags
- 1: Fade From
- 2 : Modulate
- 8 : Stay Out
Inputs
- Start the screen fade.
Outputs
- Template:O targetname
- OnBeginFade
- Fired when the fade has begun.