Gameplay::setCloudHatOpacity

From RAGE Multiplayer Wiki
Revision as of 09:46, 29 April 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Set cloud hat opacity (alpha), value must be between 0.0 and 1.0. ===Required Params=== *'''value:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.setCloudHatOpacity(value); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_definition_c}} Category:Clientside API Category:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Set cloud hat opacity (alpha), value must be between 0.0 and 1.0.

Required Params

  • value: float

Return value

  • void

Syntax

mp.game.gameplay.setCloudHatOpacity(value);

Example

//todo


See also