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 public float DistanceTolerance { get; set; }
Property Value
Type:
SingleExceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown 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