| m ProbablePrime moved page AvatarSlotEquippedToggle (Component) to Component:AvatarSlotEquippedToggle: Creating component Namespace |  Automated: update Fields, Categories | ||
| Line 14: | Line 14: | ||
| == Usage == | == Usage == | ||
| {{Table ComponentFields | {{Table ComponentFields | ||
| |ObjectSlot|AvatarObjectSlot|   | |ObjectSlot|{{RootFieldType|RelayRef`1|[[Component:AvatarObjectSlot|AvatarObjectSlot]]}}|TypeAdv0=true| | ||
| |EquippedDrive|Bool|   | |EquippedDrive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv1=true| | ||
| |DequippedDrive|Bool|   | |DequippedDrive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| | ||
| }} | }} | ||
| Line 28: | Line 28: | ||
| == Related Components == | == Related Components == | ||
| </translate> | </translate> | ||
| [[Category:Components{{#translation:}}| | [[Category:Components{{#translation:}}|Avatar Slot Equipped Toggle]] | ||
| [[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
| [[Category:Components:Users:Common Avatar System{{#translation:}}| | [[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar Slot Equipped Toggle]] | ||
Revision as of 22:54, 3 March 2024
This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image 
AvatarSlotEquippedToggle component as seen in the Scene Inspector 

Intoduction
Usage
| 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. | 
| ObjectSlot | direct RelayRef`1<AvatarObjectSlot> | |
| EquippedDrive | field drive of Bool | |
| DequippedDrive | field drive of Bool | 
