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 public float MinHeight { 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 40.0f.
See Also