CSL_Traffic.CustomGarbageTruckAI.ArriveAtTarget C# (CSharp) Méthode

ArriveAtTarget() private méthode

private ArriveAtTarget ( ushort vehicleID, Vehicle &data ) : bool
vehicleID ushort
data Vehicle
Résultat bool
        private bool ArriveAtTarget(ushort vehicleID, ref Vehicle data)
        {
            throw new NotImplementedException("ArriveAtTarget is target of redirection and is not implemented.");
        }