---
title: ScoreCounter.Identifier
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/scorecounter/identifier
---

# ScoreCounter.Identifier

A unique identifier for score counters.

## Declaration

```swift
struct Identifier
```

## Overview

Overview A score counter identifier needs to be unique across all instances of the same tabletop game.

## Topics

### Creating score counter identifiers

- [init(_:)](tabletopkit/scorecounter/identifier/init(_:).md)

### Getting the raw value

- [rawValue](tabletopkit/scorecounter/identifier/rawvalue.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

### Getting score counter identifiers

- [id](tabletopkit/scorecounter/id.md)
