Squad.leaveVehicle 165
Orders the squad to leave the specified vehicle. The force flag determines whether the leave order is forced.
Return value
| Return Type | Description |
|---|---|
| void | This function doesn't return anything |
Parameters
| Parameter | Type | Description |
|---|---|---|
| 1 | Vehicle | The vehicle to leave. |
| 2 | bool | Whether to force the leave order. |
Examples
Example 63
squad.leaveVehicle(vehicle, true);