---
title: "actionUpdated(event:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/actionhandlerprotocol/actionupdated(event:)"
---

# actionUpdated(event:)

The function used to respond to action updated events.

## Declaration

```swift
mutating func actionUpdated(event: Self.EventType)
```

## Discussion

Discussion An update event is raised after a start event, and the the animation time remains within the an action’s event interval.
