# BP\_Crane

## **Cable**

* **CableLengthGamepadSpeed** (float): The speed at which the cable length changes when the gamepad is controlled.
* **CableLengthMin** (float): Minimum cable length.
* **CableLengthMax** (float): Maximum cable length.
* **CableChangeSmoothLengthSpeed** (float): The speed of the smooth change in cable length.
* **CableLengthMouseSpeed** (float): The speed at which the cable length changes when you control the mouse.

## Crane

* **TurnCraneSpeed** (float): Rotational speed of the crane.
* **PitchCraneArrowSpeed** (float): Rotation speed of raising / lowering the boom of the crane.
* **RotateCraneArrow** (float): The initial position of the arrow crane.
* **MinCranePitchArrow** (float): The minimum position of the arrow crane.
* **MaxCranePitchArrow** (float): The maximum position of the arrow crane.

## **Hook**

* **TypeHook** (E\_TypeHooks): Type hook.
* **bUseHookTracer** (bool): Enables / disables the display of the mark for the hook.

##


---

# 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://hichigo.gitbook.io/crane/settings/bp_crane.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.
