Squad.leaveVehicle 63

Orders the squad to leave the specified vehicle. The force flag determines whether the leave order is forced.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1VehicleThe vehicle to leave.
2boolWhether to force the leave order.

Examples

Example 63

squad.leaveVehicle(vehicle, true);

Back to Scripting API