# 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="../classes/proximityprompt" %}
[proximityprompt](https://docs.overdare.com/development/api-reference/classes/proximityprompt)
{% endcontent-ref %}

{% content-ref url="<https://github.com/overdare/creator-guide-eng/blob/main/development/api-reference/classes/proximitypromptservice.md>" %}
<https://github.com/overdare/creator-guide-eng/blob/main/development/api-reference/classes/proximitypromptservice.md>
{% endcontent-ref %}
