The '''AvatarSlotEquippedToggle''' component drives one or two booleans to a state depending on if an [[Component:AvatarObjectSlot]] is equipped or not.
<!--T:2-->
== Intoduction ==
<!--T:3-->
<!--T:3-->
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ObjectSlot|AvatarObjectSlot|
|ObjectSlot|{{RootFieldType|RelayRef`1|[[Component:AvatarObjectSlot|AvatarObjectSlot]]}}|TypeAdv0=true| The Avatar Object Slot to monitor for equipping status.
|EquippedDrive|Bool|
|EquippedDrive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv1=true| Drives the target bool to true when <code>ObjectSlot</code> is equipped. Otherwise false.
|DequippedDrive|Bool|
|DequippedDrive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| Drives the target bool to false when <code>ObjectSlot</code> is equipped. Otherwise true.