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

RemoveLaneConnection() private méthode

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