Click or drag to resize

CommonTasksTeleport Method

Attempts to teleport to the provided aetheryte

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

Parameters

aetheryteId
Type: SystemUInt32
id of the aetheryte to teleport to

Return Value

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