GroupMembershipStatus
Defines the possible outcomes of the GroupService:PromptJoinAsync() method.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 700 | None | 0 | The player chose not to join, cancelled the prompt, or was not eligible to join the group. | |
| 700 | Joined | 1 | The player successfully joined the group during the prompt. | |
| 700 | JoinRequestPending | 2 | The player submitted a request to join the group. | |
| 700 | AlreadyMember | 3 | The player was already a member of the group. |
Description
GroupMembershipStatus is an enumeration that represents the result of a
player's interaction with the GroupService:PromptJoinAsync() method.
It conveys the player's group membership status after the prompt.
History 5
- 700 Add None
- 700 Add Joined
- 700 Add JoinRequestPending
- 700 Add AlreadyMember
- 700 Add GroupMembershipStatus