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

Player::controlMountedWeapon

Материал из RAGE MP Wiki Archive
Версия от 23:40, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Forces the ped to use the mounted weapon.
Returns false if task is not possible.

Syntax

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

Required Arguments

Return value

  • Boolean

Example

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

See also