> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.unity/yarn.unity.dialogueadvanceinput/yarn.unity.dialogueadvanceinput.continueactionreference.md).

# continueActionReference

Field in [DialogueAdvanceInput](/2.2/api/csharp/yarn.unity/yarn.unity.dialogueadvanceinput.md)

## Summary

An `InputActionReference` that refers to the action that this component is listening for.

```csharp
public InputActionReference continueActionReference = null;
```

## Remarks

{% hint style="info" %}
This value is only used when [continueActionType](/2.2/api/csharp/yarn.unity/yarn.unity.dialogueadvanceinput/yarn.unity.dialogueadvanceinput.continueactiontype-2.md) is [InputSystemActionFromAsset](/2.2/api/csharp/yarn.unity/yarn.unity.dialogueadvanceinput/yarn.unity.dialogueadvanceinput.continueactiontype-1/yarn.unity.dialogueadvanceinput.continueactiontype.inputsystemactionfromasset.md).
{% endhint %}

Use this continue action type when you want this component to make use of an input action you've configured elsewhere in your project.
