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
Syntaxpublic float DistanceTolerance { get; set; }
Property Value
Type:
Single
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Thrown if the property is set to a value that is 0 or lower. |
RemarksThe default value for this property is 5.0f.
See Also