---
title: releaseSeat()
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: tabletopkit/tabletopgame/releaseseat()
---

# releaseSeat()

Releases the seat for this player. If the player is not seated it has no effect

## Declaration

```swift
func releaseSeat()
```

## See Also

### Managing seats

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