Component:VoicePermission: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Voice Permission
|Name=Voice Permission
}}
}}
{{stub}}
The '''VoicePermission''' component changes the allowed voice modes for users with the selected roles in a world.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|MaxAllowedVoiceMode|VoiceMode|
|MaxAllowedVoiceMode|VoiceMode| The maximum allowed voice mode allowed for the selected roles.
|AllowChangeOtherUsers|Bool|
|AllowChangeOtherUsers|Bool| Whether the selected roles are allowed to change the voice mode of other users mainly through the [[User Inspector]].
}}
}}


== Behavior ==
== Usage ==
{{stub}}


== Examples ==
== Examples ==
Seen in the root in a normal world under the Permissions slot.


== See Also ==
== See Also ==
Line 19: Line 21:
[[Category:Components:Permissions{{#translation:}}|Voice Permission]]
[[Category:Components:Permissions{{#translation:}}|Voice Permission]]
[[Category:Components{{#translation:}}|Voice Permission]]
[[Category:Components{{#translation:}}|Voice Permission]]
[[Category:ComponentStubs]]

Latest revision as of 21:03, 6 February 2025

Component image 
Voice Permission component as seen in the Scene Inspector

The VoicePermission component changes the allowed voice modes for users with the selected roles in a world.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
MaxAllowedVoiceMode VoiceMode The maximum allowed voice mode allowed for the selected roles.
AllowChangeOtherUsers Bool Whether the selected roles are allowed to change the voice mode of other users mainly through the User Inspector.

Usage

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Examples

Seen in the root in a normal world under the Permissions slot.

See Also