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

Vehicle::doesExtraExist

Материал из RAGE MP Wiki Archive
Версия от 11:29, 9 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Checks via CVehicleModelInfo

Syntax

<syntaxhighlight lang="javascript">vehicle.doesExtraExist(extraId);</syntaxhighlight>

Required Arguments

  • extraId: int

Return value

  • Boolean

Example

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

See also