Squad.repairVehicle 2

Orders the squad to repair the specified vehicle.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1VehicleThe vehicle to repair.

Examples

squad.repairVehicle(vehicle);

Back to Scripting API