---
title: "equipment(of:)"
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: "tabletopkit/tabletopgame/equipment(of:)"
---

# equipment(of:)

## Declaration

```swift
func equipment<E>(of type: E.Type) -> [E] where E : Equipment
```

## See Also

### Adding equipment to the game

- [equipment](tabletopkit/tabletopgame/equipment.md)
- [equipmentIDs](tabletopkit/tabletopgame/equipmentids.md)
- [equipment(matching:)](tabletopkit/tabletopgame/equipment(matching:).md)
- [equipment(of:forEntity:)](tabletopkit/tabletopgame/equipment(of:forentity:).md)
- [equipment(of:matching:)](tabletopkit/tabletopgame/equipment(of:matching:).md)
