C# Класс TrafficManager.Custom.AI.CustomTransportLineAI

Наследование: TransportLineAI
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CustomStartPathFind ( ushort segmentID, NetSegment &data, ItemClass netService, VehicleInfo vehicleType, bool skipQueue ) : bool
GetStopLane ( PathUnit &pos, VehicleInfo vehicleType ) : bool

Приватные методы

Метод Описание
CheckNodeProblems ( ushort nodeID, NetNode &data ) : void
CheckSegmentProblems ( ushort segmentID, NetSegment &data ) : void

Описание методов

CustomStartPathFind() публичный статический Метод

public static CustomStartPathFind ( ushort segmentID, NetSegment &data, ItemClass netService, VehicleInfo vehicleType, bool skipQueue ) : bool
segmentID ushort
data NetSegment
netService ItemClass
vehicleType VehicleInfo
skipQueue bool
Результат bool

GetStopLane() публичный статический Метод

public static GetStopLane ( PathUnit &pos, VehicleInfo vehicleType ) : bool
pos PathUnit
vehicleType VehicleInfo
Результат bool