get_wheel_values
Retrieve current wheel parameters including camber, track width, tyre radius, rim radius, and tyre width for a given wheel index in Grand Theft Auto V.
Instructions
Read current values from a specific wheel using known Legacy offsets.
This uses the verified offsets from FiveM/IKT:
0x008: Y rotation (camber)
0x010: Inverse Y rotation
0x030: X offset (track width)
0x110: Tyre radius
0x114: Rim radius
0x118: Tyre width
Args: wheel_index: Which wheel (0=FL, 1=FR, 2=RL, 3=RR typically)
Returns: Current values for all known wheel fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wheel_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |