C# Class TrafficManager.Traffic.VehiclePosition

Datei anzeigen Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Public Properties

Property Type Description
FromLaneIndex uint
FromSegment ushort
LastCarStateUpdate uint
LastFrame uint
OnEmergency bool
ReduceSpeedByValueToYield float
Stopped bool
ToLaneIndex uint
ToNode ushort
ToSegment ushort
Valid bool
VehicleType ExtVehicleType
WaitTime int

Public Methods

Method Description
ResetCar ( ) : void
VehiclePosition ( ) : ColossalFramework

Method Details

ResetCar() public method

public ResetCar ( ) : void
return void

VehiclePosition() public method

public VehiclePosition ( ) : ColossalFramework
return ColossalFramework

Property Details

FromLaneIndex public_oe property

public uint FromLaneIndex
return uint

FromSegment public_oe property

public ushort FromSegment
return ushort

LastCarStateUpdate public_oe property

public uint LastCarStateUpdate
return uint

LastFrame public_oe property

public uint LastFrame
return uint

OnEmergency public_oe property

public bool OnEmergency
return bool

ReduceSpeedByValueToYield public_oe property

public float ReduceSpeedByValueToYield
return float

Stopped public_oe property

public bool Stopped
return bool

ToLaneIndex public_oe property

public uint ToLaneIndex
return uint

ToNode public_oe property

public ushort ToNode
return ushort

ToSegment public_oe property

public ushort ToSegment
return ushort

Valid public_oe property

public bool Valid
return bool

VehicleType public_oe property

public ExtVehicleType VehicleType
return ExtVehicleType

WaitTime public_oe property

public int WaitTime
return int