Difference between revisions of "MDE Scripting: FaderFadeOut"

From Nomad DB
Line 1: Line 1:
 +
{{Page_MDE}}
 
{| class="wikitable"
 
{| class="wikitable"
 
!Syntax
 
!Syntax

Revision as of 20:26, 27 October 2020

Syntax
game.hud:FaderFadeOut(number duration)
Module HUD
Library Game
Game Mafia: Definitive Edition


Description

Fade-out effect (from image to black)

See FaderFadeIn for fade-in effect.


Parameters

Name Type Description
duration number Time in milliseconds


Returns

Returns nothing.


Examples

game.hud:FaderFadeOut(3000) -- Fade-out during 3 seconds