---
title: isActive
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkaccesspoint/isactive
---

# isActive

A Boolean value that determines whether to display the access point.

## Declaration

```swift
var isActive: Bool { get set }
```

## Mentioned in

Adding an access point to your game

## Discussion

Discussion If this property is true, the access point appears after you initialize the local player or appears immediately if you’ve already initialized the player.

## See Also

### Displaying the access point

- [isPresentingGameCenter](gamekit/gkaccesspoint/ispresentinggamecenter.md)
- [isVisible](gamekit/gkaccesspoint/isvisible.md)
- [showHighlights](gamekit/gkaccesspoint/showhighlights.md)
