C# Class TrafficManager.Custom.AI.CustomTransportLineAI

Inheritance: TransportLineAI
Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Méthodes publiques

Méthode Description
CustomStartPathFind ( ushort segmentID, NetSegment &data, ItemClass netService, VehicleInfo vehicleType, bool skipQueue ) : bool
GetStopLane ( PathUnit &pos, VehicleInfo vehicleType ) : bool

Private Methods

Méthode Description
CheckNodeProblems ( ushort nodeID, NetNode &data ) : void
CheckSegmentProblems ( ushort segmentID, NetSegment &data ) : void

Method Details

CustomStartPathFind() public static méthode

public static CustomStartPathFind ( ushort segmentID, NetSegment &data, ItemClass netService, VehicleInfo vehicleType, bool skipQueue ) : bool
segmentID ushort
data NetSegment
netService ItemClass
vehicleType VehicleInfo
skipQueue bool
Résultat bool

GetStopLane() public static méthode

public static GetStopLane ( PathUnit &pos, VehicleInfo vehicleType ) : bool
pos PathUnit
vehicleType VehicleInfo
Résultat bool