C# 클래스 TrafficManager.Custom.AI.CustomTransportLineAI

상속: TransportLineAI
파일 보기 프로젝트 열기: Katalyst6/CSL.TransitAddonMod 1 사용 예제들

공개 메소드들

메소드 설명
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