Player::setWetnessHeight: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
Line 14: Line 14:
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category: Player Appearance]]

Revision as of 15:59, 19 August 2018

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