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

# claimSeat(matching:)

Claims the given seat. If provided ID does not exist, it has no effect

## Declaration

```swift
func claimSeat(matching seatID: TableSeatIdentifier)
```

## See Also

### Managing seats

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