Click or drag to resize

MoveToParametersDistanceTolerance Property

The distance tolerance to get within Location.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public float DistanceTolerance { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the property is set to a value that is 0 or lower.
Remarks
The default value for this property is 5.0f.
See Also