Click or drag to resize

CommonTasksCanLand Method

Attempts to find if we can land by descending straight down from the current point

Namespace:  ff14bot.Behavior
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static Task<CanLandResult> CanLand()

Return Value

Type: TaskCanLandResult
CanLandResult.Yes = If we descend from our current position we will land in a location where we can dismount CanLandResult.No = If we descend from our current position we will NOT land in a location where we can dismount CanLandResult.Maybe = We are too far above ground to be able to tell if we can land
See Also