Click or drag to resize

MovementManagerSetFacing Method (Single)

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 SetFacing(
	float rotation
)

Parameters

rotation
Type: SystemSingle
Angle in radians, value should be between 0 and 2π
See Also