---
title: PlayerIdentifier
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/playeridentifier
---

# PlayerIdentifier

A unique identifier for players.

## Declaration

```swift
struct PlayerIdentifier
```

## Overview

Overview A player identifier is unique across all instances of the same tabletop game.

## Topics

### Creating player identifiers

- [init(uuid:)](tabletopkit/playeridentifier/init(uuid:).md)

### Getting identifier values

- [uuid](tabletopkit/playeridentifier/uuid.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Players

- [Player](tabletopkit/player.md)
