# Rotorcraft Terms

It's important to know the correct terms used for flying a rotorcraft, ARC *should* be using the correct terms to match a real world drone.

## Throttle

Throttle gives the propellers on your rotorcraft enough power to get airborne. ARC has an "engine" which you toggle on/off and use **Throttle(float)** to gain height or descend lower to the ground. The speed at which the height changes can be set in the RotorcraftSettings under ThrottleSpeed.

![](/files/-Mf4aDkg86X_NJWrDDF8)

## Pitch

Pitch movement in the forwards or backwards direction. This will tilt the rotorcraft, resulting in forwards or backwards movement. The max tilt can be set in the RotorcraftSettings under Pitch.

![](/files/-Mf9tAuuIcAbLaVos5Yd)

## Yaw

Yaw rotates the rotorcraft to turn left or right. When stationary there is no tilt, however, when moving the rotorcraft will tilt, the amount of tilt can be set in the RotorcraftSettings under Yaw.

![](/files/-MfF8SldFEr65FiQCv3s)

## Roll

Roll moves the rotorcraft left or right, known as strafing in FPS games. The amount of tilt for the roll can be set in the RotorcraftSettings under Roll.

Roll and Yaw tilts will stack together, so be aware when settings these values if you allow your rotorcraft to turn and strafe at the same time, the tilt will be both combined values.

![](/files/-MfFHF0gMx61phOtTDB3)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arcdocs.enigma23.co.uk/rotorcraft-terms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
