Squad.repairVehicle 2
Orders the squad to repair the specified vehicle.
Return value
Return Type | Description |
---|---|
void | This function doesn't return anything |
Parameters
Parameter | Type | Description |
---|---|---|
1 | Vehicle | The vehicle to repair. |
Examples
squad.repairVehicle(vehicle);