---
name: DialogPurpose
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "The DialogPurpose enum is used to set the icon of a Dialog."
---

# DialogPurpose

The DialogPurpose enum is used to set the icon of a [Dialog](/docs/reference/engine/classes/Dialog.md).

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Quest` | 0 | Shows an exclamation point ('''!'''). |
| `Help` | 1 | Shows a question mark ('''?'''). |
| `Shop` | 2 | Shows a dollar sign ('''$'''). |