Click or drag to resize

CommonTasksReturn Method

Attempts to use the return command to return to the players home point

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

Return Value

Type: TaskBoolean
true if return finished, false otherwise
See Also