rotationManager.getSpoofedYaw

getSpoofedYaw(): number

Get the current spoofed yaw in degrees.

Returns

number

Example

const yaw = rotationManager.getSpoofedYaw();

Last updated