> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/functions/rotationmanager.getspoofedyaw.md).

# rotationManager.getSpoofedYaw

> **getSpoofedYaw**(): `number`

Get the current spoofed yaw in degrees.

### Returns

`number`

### Example

```ts
const yaw = rotationManager.getSpoofedYaw();
```
