---
title: claimAnySeat()
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: tabletopkit/tabletopgame/claimanyseat()
---

# claimAnySeat()

Claims any free seat. Has no effect if the player is already seated or if there are no free seats.

## Declaration

```swift
func claimAnySeat()
```

## See Also

### Managing seats

- [claimSeat(_:)](tabletopkit/tabletopgame/claimseat(_:).md)
- [claimSeat(matching:)](tabletopkit/tabletopgame/claimseat(matching:).md)
- [releaseSeat()](tabletopkit/tabletopgame/releaseseat().md)
