Click or drag to resize

CommonTasksMountUp Method (UInt32)

Attempts to mountup

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

Parameters

mountid
Type: SystemUInt32
id of the mount to use

Return Value

Type: TaskBoolean
true if we are mounted, false otherwise
See Also