ProximityPromptExclusivity
Controls how a ProximityPrompt competes with other prompts for screen visibility.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 454 | OnePerButton | 0 | One prompt will be shown per input KeyCode. | |
| 454 | OneGlobally | 1 | Only one prompt will be shown with this setting. | |
| 454 | AlwaysShow | 2 | This prompt will always show when in range and visible. |
Description
Controls whether a ProximityPrompt is always shown, shares a single global display slot with all other prompts, or competes only with prompts bound to the same input key. Set via the ProximityPrompt.Exclusivity property, which defaults to ProximityPromptExclusivity.OnePerButton.
History 4
- 454 Add OnePerButton
- 454 Add OneGlobally
- 454 Add AlwaysShow
- 454 Add ProximityPromptExclusivity