Player::setWetnessHeight

From RAGE Multiplayer Wiki
Revision as of 15:59, 19 August 2018 by Stuyk (talk | contribs)

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