> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/proximitypromptexclusivity.md).

# ProximityPromptExclusivity

## Overview

ProximityPromptExclusivity is an Enum that represents the display exclusivity of a ProximityPrompt.

It defines which prompts are shown when a player is within range of multiple ProximityPrompts simultaneously.

## Items

| Name         | Value | Description                                                                  |
| ------------ | ----- | ---------------------------------------------------------------------------- |
| OnePerButton | 0     | Only one ProximityPrompt sharing the same button key is displayed at a time. |
| OneGlobally  | 1     | Only one ProximityPrompt is displayed globally around the player at a time.  |
| AlwaysShow   | 2     | All ProximityPrompts within range are always displayed.                      |

## See also

{% content-ref url="/pages/9KwgnjyICXhC3zbJ7ott" %}
[ProximityPrompt](/development/api-reference/classes/proximityprompt.md)
{% endcontent-ref %}

{% content-ref url="/pages/GnrLrjwKQfcvJ8WiNyBu" %}
[ProximityPromptService](/development/api-reference/classes/proximitypromptservice.md)
{% endcontent-ref %}
