CSL_Traffic.CustomTransportLineAI.RemoveLaneConnection C# (CSharp) Method

RemoveLaneConnection() private method

private RemoveLaneConnection ( ushort nodeID, NetNode &data ) : void
nodeID ushort
data NetNode
return void
        private void RemoveLaneConnection(ushort nodeID, ref NetNode data)
        {
            throw new NotImplementedException("RemoveLaneConnection is target of redirection and is not implemented.");
        }