GTA V NativesplayerPlayer::isWearingHelmetOn this pagePlayer::isWearingHelmetReturns true if the ped passed through the parenthesis is wearing a helmet. -UNBOUND- Syntax ```js player.isWearingHelmet(); ``` Required Arguments Return value Boolean Example ```js // todo ``` See also