---
title: playerID
framework: tabletopkit
role: symbol
role_heading: Instance Property
path: tabletopkit/moveequipmentaction/playerid
---

# playerID

The ID of the player who is moving the equipment.

## Declaration

```swift
var playerID: Player.ID? { get }
```

## See Also

### Getting the equipment in the action

- [equipmentID](tabletopkit/moveequipmentaction/equipmentid.md)
- [parentID](tabletopkit/moveequipmentaction/parentid.md)
- [order](tabletopkit/moveequipmentaction/order-swift.property.md)
- [MoveEquipmentAction.Order](tabletopkit/moveequipmentaction/order-swift.enum.md)
