Soldier.setInVehicle 2
Teleport the soldier inside the specified vehicle.
Return value
Return Type | Description |
---|---|
void | This function doesn't return anything |
Parameters
Parameter | Type | Description |
---|---|---|
1 | Vehicle | The vehicle to board before repositioning. |
Examples
soldier.setInVehicle(vehicle);