C# Class TrafficManager_ImprovedAI.CustomCargoTruckAI

Inheritance: CarAI
Exibir arquivo Open project: fadster/TrafficManager_ImprovedAI

Public Methods

Method Description
RedirectCalls ( List callStates ) : void
SimulationStep ( ushort vehicleID, Vehicle &data, Vector3 physicsLodRefPos ) : void

Private Methods

Method Description
RemoveOffers ( ushort vehicleID, Vehicle &data ) : void

Method Details

RedirectCalls() public static method

public static RedirectCalls ( List callStates ) : void
callStates List
return void

SimulationStep() public method

public SimulationStep ( ushort vehicleID, Vehicle &data, Vector3 physicsLodRefPos ) : void
vehicleID ushort
data Vehicle
physicsLodRefPos Vector3
return void