# Sandbox.VR.VRController.GetJoints

```csharp
VRHandJointData[] GetJoints(MotionRange motionRange = 0)
```

Returns joint data for a specific motion range.

### Parameters

- `motionRange` (`MotionRange`), default `0`: Whether the joints returned represent a raw hand pose, or one that represents the hand wrapping around the controller.

### Returns

`VRHandJointData[]`

Declared in [Sandbox.VR.VRController](/api/Sandbox.VR.VRController).
Assembly: `Sandbox.Engine`.
