PartyEmulatorService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 10
Removed member index 1
History | Member | |
---|---|---|
684 | GetCurrentConfiguration(): Dictionary |
Description
History 13
- 684 Add ConfigurationChanged
- 684 Add OnTestPlayerCountChanged
- 684 Add GetEmulatedPartyConfiguration
- 684 Remove GetCurrentConfiguration
- 680 Add applyPartyIdToPlayer
- 680 Add SetPlayerPartyId
- 680 Add SetIsEmulationEnabled
- 680 Add GetIsEmulationEnabled
- 680 Add GetEmulatedPartyAsync
- 680 Add GetCurrentConfiguration
- 680 Add DeleteParty
- 680 Add CreateNewParty
- 680 Add PartyEmulatorService
Members 10
ConfigurationChanged
Parameters (1) | |
---|---|
configuration | Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
CreateNewParty
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 680 Add CreateNewParty
DeleteParty
Parameters (1) | ||
---|---|---|
partyId | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 680 Add DeleteParty
GetEmulatedPartyAsync
Parameters (1) | ||
---|---|---|
partyId | string | |
Returns (1) | ||
Array |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetEmulatedPartyConfiguration
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetIsEmulationEnabled
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
OnTestPlayerCountChanged
Parameters (1) | ||
---|---|---|
newPlayerCount | int | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
SetIsEmulationEnabled
Parameters (1) | ||
---|---|---|
isEnabled | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
SetPlayerPartyId
Parameters (2) | ||
---|---|---|
userId | int64 | |
partyId | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 680 Add SetPlayerPartyId
applyPartyIdToPlayer
Parameters (1) | ||
---|---|---|
player | Player | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
Removed members 1
GetCurrentConfiguration
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 684 Remove GetCurrentConfiguration
- 680 Add GetCurrentConfiguration