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

Vehicle::setModKit

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

Set modKit to 0 if you plan to call SET_VEHICLE_MOD. That's what the game does. Most body modifications through SET_VEHICLE_MOD will not take effect until this is set to 0.

Syntax

<syntaxhighlight lang="javascript">vehicle.setModKit(modKit);</syntaxhighlight>

Required Arguments

  • modKit: int

Return value

  • Undefined

Example

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

See also