Difference between revisions of "DO SCREEN FADE OUT"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
 
|np=1
 
|np=1
 
|p1t=Integer
 
|p1t=Integer
|p1d=Duration is milliseconds
+
|p1d=Duration in milliseconds (ms)
 
}}
 
}}
  
 
This function fade out the screen and turn off the sound of the game. To fade in the screen and turn on the sound call [[DO_SCREEN_FADE_IN]].
 
This function fade out the screen and turn off the sound of the game. To fade in the screen and turn on the sound call [[DO_SCREEN_FADE_IN]].

Latest revision as of 18:57, 29 April 2015

DO_SCREEN_FADE_OUT
Number of parameters: 1
Parameter #TypeDescription
1.IntegerDuration in milliseconds (ms)
Return value:
TypeDescription
None

This function fade out the screen and turn off the sound of the game. To fade in the screen and turn on the sound call DO_SCREEN_FADE_IN.