Skip to main content

Player::setWetnessHeight

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

Syntax

```js player.setWetnessHeight(height); ```

Required Arguments

  • height: float

Return value

  • unknown (to be checked)

Example

```js // todo ```

See also