> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/gpcscripting/gpc-script-guide/gpc-developer-guide/constants/racing-wheel/df-pro.md).

# DF Pro

The below table outlines all of the DF Pro identifiers which are defined, with value info. Please note that scripting is not currently functional for wheels; these are used for testing.

| **Name**        | **Value** |
| --------------- | --------- |
| DFPRO\_PS       | 0         |
| DFPRO\_SELECT   | 1         |
| DFPRO\_START    | 2         |
| DFPRO\_RPADDLE  | 3         |
| DFPRO\_R2       | 4         |
| DFPRO\_R3       | 5         |
| DFPRO\_LPADDLE  | 6         |
| DFPRO\_L2       | 7         |
| DFPRO\_L3       | 8         |
| DFPRO\_GAS      | 9         |
| DFPRO\_CLUTCH   | 10        |
| DFPRO\_STEERING | 11        |
| DFPRO\_BRAKE    | 12        |
| DFPRO\_UP       | 13        |
| DFPRO\_DOWN     | 14        |
| DFPRO\_LEFT     | 15        |
| DFPRO\_RIGHT    | 16        |
| DFPRO\_TRIANGLE | 17        |
| DFPRO\_CIRCLE   | 18        |
| DFPRO\_CROSS    | 19        |
| DFPRO\_SQUARE   | 20        |

***

### Value Range Explanation

| **Range**   | **Meaning**                    |
| ----------- | ------------------------------ |
| 0 \| 100    | Either 0 or 100                |
| 0 to 100    | Any value between 0 and 100    |
| -100 to 100 | Any value between -100 and 100 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.cronuszen.com/gpcscripting/gpc-script-guide/gpc-developer-guide/constants/racing-wheel/df-pro.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
