GTA V NativesplayerPlayer::clearWetnessOn this pagePlayer::clearWetnessIt clears the wetness of the selected Ped/Player. Clothes have to be wet to notice the difference. Syntax ```js player.clearWetness(); ``` Required Arguments Return value unknown (to be checked) Example ```js // todo ``` See also