---
title: "claimSeat(_:)"
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: "tabletopkit/tabletopgame/claimseat(_:)"
---

# claimSeat(_:)

Claims the given seat. If provided Seat is not part of the table, it has no effect

## Declaration

```swift
func claimSeat(_ seat: some TableSeat)
```

## See Also

### Managing seats

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