Difference between revisions of "DO SCREEN FADE IN"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=1 |p1t=Integer |p1d=Time to fade in }} This function can be called only after DO_SCREEN_FADE_OUT. It's fade in the screen and turn on the sound of the game.)
 
 
Line 2: Line 2:
 
|np=1
 
|np=1
 
|p1t=Integer
 
|p1t=Integer
|p1d=Time to fade in
+
|p1d=Duration in Milliseconds (ms)
 
}}
 
}}
  
 
This function can be called only after [[DO_SCREEN_FADE_OUT]].
 
This function can be called only after [[DO_SCREEN_FADE_OUT]].
 
It's fade in the screen and turn on the sound of the game.
 
It's fade in the screen and turn on the sound of the game.

Latest revision as of 18:57, 29 April 2015

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

This function can be called only after DO_SCREEN_FADE_OUT. It's fade in the screen and turn on the sound of the game.