Click or drag to resize

MovementManagerSetFacing2D Method

Sets the direction the player is facing If the player is currently flying then the Y axis is set to 0 and youll fly straight

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

Parameters

target
Type: Clio.UtilitiesVector3
Vector to face
See Also