Cam::doScreenFadeOut: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
Line 1: Line 1:
Fades the screen out.<br><br>duration: The time the fade should take, in milliseconds.==Syntax==<syntaxhighlight lang="javascript">cam.doScreenFadeOut(duration);</syntaxhighlight>=== Required Arguments ===*'''duration:''' int===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Cam_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
Fades the screen out.<br><br>duration: The time the fade should take, in milliseconds.
==Syntax==
<syntaxhighlight lang="javascript">cam.doScreenFadeOut(duration);</syntaxhighlight>
=== Required Arguments ===
*'''duration:''' int
===Return value===
*'''Undefined'''
==Example==
<syntaxhighlight lang="javascript">
todo
</syntaxhighlight>
==See also==
{{Cam_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Revision as of 19:55, 6 May 2017

Fades the screen out.

duration: The time the fade should take, in milliseconds.

Syntax

cam.doScreenFadeOut(duration);

Required Arguments

  • duration: int

Return value

  • Undefined

Example

todo

See also

Template:Cam function c