---
title: supportsUnlimitedPlayers
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkgameactivitydefinition/supportsunlimitedplayers
---

# supportsUnlimitedPlayers

True if the activity supports an unlimited number of players. False if maxPlayers is set to a defined limit or if no player range is provided.

## Declaration

```swift
var supportsUnlimitedPlayers: Bool { get }
```

## See Also

### Getting the activity capabilities

- [supportsPartyCode](gamekit/gkgameactivitydefinition/supportspartycode.md)
- [playerRange](gamekit/gkgameactivitydefinition/playerrange.md)
- [playStyle](gamekit/gkgameactivitydefinition/playstyle.md)
- [GKGameActivityPlayStyle](gamekit/gkgameactivityplaystyle.md)
