C# Class TrafficManager.Traffic.VehiclePosition

Show file 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 property

public uint FromLaneIndex
return uint

FromSegment public property

public ushort FromSegment
return ushort

LastCarStateUpdate public property

public uint LastCarStateUpdate
return uint

LastFrame public property

public uint LastFrame
return uint

OnEmergency public property

public bool OnEmergency
return bool

ReduceSpeedByValueToYield public property

public float ReduceSpeedByValueToYield
return float

Stopped public property

public bool Stopped
return bool

ToLaneIndex public property

public uint ToLaneIndex
return uint

ToNode public property

public ushort ToNode
return ushort

ToSegment public property

public ushort ToSegment
return ushort

Valid public property

public bool Valid
return bool

VehicleType public property

public ExtVehicleType VehicleType
return ExtVehicleType

WaitTime public property

public int WaitTime
return int