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 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