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

Vehicle::isThisModelACar

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

To check if the model is an amphibious car, see gtaforums.com/topic/717612-v-scriptnative-documentation-and-research/page-33#entry1069317363 (for build 944 and above only!)

Syntax

<syntaxhighlight lang="javascript">mp.game.vehicle.isThisModelACar(model);</syntaxhighlight>

Required Arguments

  • model: Model hash or name

Return value

  • Boolean

Example

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

See also