Player::setWetnessHeight: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
m (category)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
==See also==
==See also==
{{Player_function_c}}
{{Player_function_c}}
[[Category:Player Appearance]]
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category:Client-side Function]]

Latest revision as of 13:26, 30 April 2019

It adds the wetness level to the player clothing/outfit. As if player just got out from water surface.

Syntax

player.setWetnessHeight(height);

Required Arguments

  • height: float

Return value

  • unknown (to be checked)

Example

// todo

See also