Click or drag to resize

CommonTasksDescendTo Method

Attempts to descend vertically to a given height Does a raycast before doing anything to see if there is something in our way

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

Parameters

height
Type: SystemSingle
Height to descend to

Return Value

Type: TaskDescendToResult
returns a flag with various states
See Also