---
name: ProximityPromptExclusivity
last_updated: 2026-06-10T02:17:47Z
type: enum
---

# ProximityPromptExclusivity

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `OnePerButton` | 0 | One prompt will be shown per input [KeyCode](/docs/reference/engine/enums/KeyCode.md). |
| `OneGlobally` | 1 | Only one prompt will be shown with this setting. |
| `AlwaysShow` | 2 | This prompt will always show when in range and visible. |