Component image File:ButtonEquipFavoriteAvatar.pngAvatar Equip Block component as seen in the Scene Inspector
The ButtonEquipFavoriteAvatar will equip the current users' favorite avatar when an IButton is pressed with this component is on it. This component only functions while in Userspace.
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. |
Usage
Attach to a button, when pressed while in Userspace, your current favorite avatar will be equipped.