Difference between revisions of "Fadeout (call target)"
Jump to navigation
Jump to search
(Created page with "{{Call|id=0x00b6|return=|name=fadeout|args=int time|act=}}Performs fadeout to black over <code>time</code>. '''One unit of time equals 100ms'''.") |
|||
| Line 1: | Line 1: | ||
| − | {{Call|id=0x00b6|return=|name=fadeout|args=int time|act=}}Performs fadeout to | + | {{Call|id=0x00b6|return=|name=fadeout|args=int time|act=}}Performs fadeout to current color over <code>time</code>. '''One unit of time equals 100ms'''. |
| + | |||
| + | Color is set to black by default, but can be changed with [[Fadecolor (call target)|fadecolor]] call. | ||
Revision as of 06:41, 24 July 2019
Signature:
void fadeout(int time); // id: 0x00b6Performs fadeout to current color over time. One unit of time equals 100ms.
Color is set to black by default, but can be changed with fadecolor call.