Click or drag to resize

FlyToParametersMinHeight Property

The minimum height to stay from the ground.

Namespace:  ff14bot.Pathing
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public float MinHeight { 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 40.0f.
See Also