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

Vehicle::getModSlotName

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

Returns the name for the type of vehicle mod(Armour, engine etc)
Seems like it returns undefined for upgrades (noBrain)

Syntax

<syntaxhighlight lang="javascript">vehicle.getModSlotName(modType);</syntaxhighlight>

Required Arguments

  • modType: int

Return value

  • String

Example

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

See also