Click or drag to resize

CommonTasksAscendTo Method

Attempts to fly vertically up to 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<AscendToResult> AscendTo(
	float height
)

Parameters

height
Type: SystemSingle
Height to fly up to

Return Value

Type: TaskAscendToResult
returns a flag with various states
See Also