Перейти к содержанию

Player::isWearingHelmet

Материал из RAGE MP Wiki Archive

Returns true if the ped passed through the parenthesis is wearing a helmet.

-UNBOUND-

Syntax

<syntaxhighlight lang="javascript">player.isWearingHelmet();</syntaxhighlight>

Required Arguments

Return value

  • Boolean

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also