City Based Parking and Routing System API Documentation

AntParkingVehicle.Move Method 

Moves the vehicle on step forward.

public override void Move(
   IVehicle vfront,
   uint step
);

Parameters

vfront
The vehicle directly in front of the current, or null if none present.
step
The current simulation time step.

Implements

IVehicle.Move

See Also

AntParkingVehicle Class | CBPRS.Parking Namespace