City Based Parking and Routing System API Documentation

Bus.Move Method 

Moves the vehicle along the drive lanes.

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

Parameters

vfront
The IVehicle directly in front of the current.
step
The current time step.

Implements

IVehicle.Move

See Also

Bus Class | CBPRS.Parking Namespace