---
title: cancelAllInteractions()
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: tabletopkit/tabletopgame/cancelallinteractions()
---

# cancelAllInteractions()

Cancels all local and remote interactions. This releases control of all the equipment and rolls back all the actions added to the canceled interaction.

## Declaration

```swift
func cancelAllInteractions()
```

## See Also

### Canceling interactions

- [cancelInteraction(matching:)](tabletopkit/tabletopgame/cancelinteraction(matching:).md)
