PcoWSkbVqDnWTu_dm2ix
The Developer Hub is now deprecated and information on this page may no longer be accurate. To see our new and improved documentation, please click here. You can read more about the future of documentation here.
Collapse Sidebar

DialogBehaviorType

DialogBehaviorType

Controls whether multiple people can use this dialog, or only one person at a time can use it.


Enums

Name Value Description

SinglePlayer

0

Only one player can interact with this dialog at a time. The conversation between the player and dialog can be seen by all players.

MultiplePlayers

1

Multiple players can simultaneously interact with this dialog. The conversation between the player and the dialog cannot be seen by other players.

Referenced by:

  • Dialog/BehaviorType