For the complete documentation index, see llms.txt. This page is also available as Markdown.

rotationManager.getSpoofedYaw

getSpoofedYaw(): number

Get the current spoofed yaw in degrees.

Returns

number

Example

const yaw = rotationManager.getSpoofedYaw();

Last updated