CSL_Traffic.TPPPathFind.CalculatePath C# (CSharp) Method

CalculatePath() public method

public CalculatePath ( uint unit, bool skipQueue ) : bool
unit uint
skipQueue bool
return bool
	    public bool CalculatePath(uint unit, bool skipQueue)
        {
            return CalculatePath(unit, skipQueue, ExtendedVehicleType.Unknown);
        }

Same methods

TPPPathFind::CalculatePath ( uint unit, bool skipQueue, ExtendedVehicleType vehicleType ) : bool