ComExitVehicle
From Original War Support Wiki
SAIL Functions -> ComExitVehicle
Description
Function ComExitVehicle orders unit to leave vehicle. Function exists also as AddComExitVehicle, which adds command of leaving to queue of orders. There is a possibility to use this function for more units at the same time.
Usage
ComExitVehicle(vehicle); ComExitVehicle([vehicle]^[unit1]^[unit2]);
You can set parameter as ident of vehicle or unit which is in it.