FacialAnimationStreamingServiceV2
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 7
Description
History 9
- 566 Add GetStats
- 553 Change Default of from to 0
- 549 Add ResolveStateForUser
- 549 Add IsVideoEnabled
- 549 Add IsServerEnabled
- 549 Add IsPlaceEnabled
- 549 Add IsAudioEnabled
- 549 Add
- 549 Add FacialAnimationStreamingServiceV2
Members 7
GetStats
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
FacialAnimationStreamingServiceStats |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
IsAudioEnabled
Parameters (1) | ||
---|---|---|
mask | int | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 549 Add IsAudioEnabled
IsPlaceEnabled
Parameters (1) | ||
---|---|---|
mask | int | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 549 Add IsPlaceEnabled
IsServerEnabled
Parameters (1) | ||
---|---|---|
mask | int | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 549 Add IsServerEnabled
IsVideoEnabled
Parameters (1) | ||
---|---|---|
mask | int | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 549 Add IsVideoEnabled
ResolveStateForUser
Parameters (1) | ||
---|---|---|
userId | int64 | |
Returns (1) | ||
int |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |