CSL_Traffic.CustomTransportLineAI.AddLaneConnection C# (CSharp) Méthode

AddLaneConnection() private méthode

private AddLaneConnection ( ushort nodeID, NetNode &data, uint laneID, byte offset ) : void
nodeID ushort
data NetNode
laneID uint
offset byte
Résultat void
        private void AddLaneConnection(ushort nodeID, ref NetNode data, uint laneID, byte offset)
        {
            throw new NotImplementedException("AddLaneConnection is target of redirection and is not implemented.");
        }