# CullSphereGroup.getOverlaps

Query for overlapping spheres.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
cullSphereGroup:getOverlaps( position, radius )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/CullSphereGroup.md#getoverlaps)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `sphereGroup` | [CullSphereGroup](../Game-Script-Environment/Userdata/CullSphereGroup.md) | The sphere group. |
| `position` | [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | Position to query sphere. |
| `radius` | number | Radius for query sphere. |
