Skip to main content

Vehicle::getModSlotName

Returns the name for the type of vehicle mod(Armour, engine etc)

Seems like it returns undefined for upgrades (noBrain)

Syntax​

```js vehicle.getModSlotName(modType); ```

Required Arguments​

  • modType: int

Return value​

  • String

Example​

```js // todo ```

See also​