GTA V NativesplayerPlayer::setWetnessHeightOn this pagePlayer::setWetnessHeightIt 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