Created stub for Type:VoiceMode [Automated] |
Added info box and description. |
||
Line 1: | Line 1: | ||
{{ | {{Infobox Enum | ||
|name=VoiceMode | |||
|type=FrooxEngine.VoiceMode | |||
}} | |||
The '''VoiceMode''' [[Enum]] is used to represent the user's current voice mode. This can be changed using the voice mode facet in the [[Dash]], and can be read from a user using the [[ProtoFlux:User_Voice_Mode|User Voice Mode]] node. | |||
{{Table EnumValues | {{Table EnumValues |
Latest revision as of 21:42, 20 May 2024
Name: | VoiceMode |
Type: | FrooxEngine.VoiceMode
|
The VoiceMode Enum is used to represent the user's current voice mode. This can be changed using the voice mode facet in the Dash, and can be read from a user using the User Voice Mode node.
Name | Value | Description |
---|---|---|
Mute
|
0 | |
Whisper
|
1 | |
Normal
|
2 | |
Shout
|
3 | |
Broadcast
|
4 |