GTA V NativesvehicleVehicle::getModSlotNameOn this pageVehicle::getModSlotNameReturns 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