Gameplay::waterOverrideFadeIn: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "{{ClientsideJsFunction}} {{JSContainer| Fade out a previously set water override over time seconds ===Required Values=== *'''time:''' {{RageType|Float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.waterOverrideFadeIn(time); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_definition_c}} Category:Clientside API Category:TODO: Ex...")
 
No edit summary
 
Line 1: Line 1:
{{ClientsideJsFunction}}
{{ClientsideJsFunction}}
{{JSContainer|
{{JSContainer|
Fade out a previously set water override over time seconds
Fade in a previously set water override over time seconds
===Required Values===
===Required Values===
*'''time:''' {{RageType|Float}}
*'''time:''' {{RageType|Float}}

Latest revision as of 15:26, 29 April 2024

Client-Side
Function

 JavaScript



JavaScript Syntax

Fade in a previously set water override over time seconds

Required Values

  • time: Float

Return value

  • void

Syntax

mp.game.gameplay.waterOverrideFadeIn(time);

Example

//todo


See also