Component:GrabbablePermissions
From Resonite Wiki
More actions
Component image 
Grabbable Permissions component as seen in the Scene Inspector

The GrabbablePermissions component is used to control what roles can pick up what items.
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. |
Tags
|
direct TagFilter | A tag filter to filter what tags can or can't be grabbed by the selected roles. |
ValidateTypeListMode
|
ListFilterMode | how to use the ValidateTypes list for the selected roles.
|
ValidateTypes
|
list of SyncType | A list of C# types that will have ValidateTypeListMode applied to them.
|
Usage
This article or section is a stub. You can help the Resonite wiki by expanding it.
Examples
Used in the default world permissions slot in the root of a world to prevent spectators from interacting with items.