---
title: "update(deltaTime:)"
framework: tabletopkit
role: symbol
role_heading: Instance Method
path: "tabletopkit/tabletopgame/update(deltatime:)"
---

# update(deltaTime:)

Update the game manually. Call this function if automaticUpdate was not set when registering the Tabletop instance.

## Declaration

```swift
func update(deltaTime: Double)
```

## See Also

### Creating a tabletop game

- [init(tableSetup:version:)](tabletopkit/tabletopgame/init(tablesetup:version:).md)
- [rootPose](tabletopkit/tabletopgame/rootpose.md)
- [withCurrentSnapshot(_:)](tabletopkit/tabletopgame/withcurrentsnapshot(_:).md)
