Click or drag to resize

MovementManagerSetFacing Method (Vector3)

Face the player twoards the provided vector If the player is currently flying then the player will fly twoards the point Facing a vector that is outside the range of normal movement will follow the normal game behavior of clamping to the closest possible angle

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void SetFacing(
	Vector3 target
)

Parameters

target
Type: Clio.UtilitiesVector3
Vector to face
See Also