get rid of component stub |
Basic cleanup. Added links. |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=ButtonUserProfileIconSet.png | |Image=ButtonUserProfileIconSet.png | ||
|Name=Button User Profile Icon Set | |Name=Button User Profile Icon Set | ||
}} | }} | ||
ButtonUserProfileIconSet | |||
The '''ButtonUserProfileIconSet''' component only works in [[Userspace]]. This is the component that handles the setting of a user profile icon in the game. | |||
<!--T:2--> | <!--T:2--> | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|IsUpdating|Bool| Whether or not the component is sending to the cloud your new icon url and/or asset. | |IsUpdating|{{RootFieldType|RawOutput`1|[[Type:Bool|Bool]]}}|TypeAdv0=true| Whether or not the component is sending to the cloud your new icon [[Type:Uri|url]] and/or asset. | ||
}} | }} | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
Put this beside a button component on an | Put this beside a [[Type:IButton|button]] component on an [[Slot|slot]] or [[Facets|facet]] and press the button to set your profile icon via the button. | ||
<!--T:4--> | <!--T:4--> | ||
Line 26: | Line 26: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components:Common UI:Button Interactions:Specialized{{#translation:}}|Button User Profile Icon Set]] | |||
[[Category:Components{{#translation:}}|Button User Profile Icon Set]] | [[Category:Components{{#translation:}}|Button User Profile Icon Set]] | ||
Latest revision as of 03:01, 12 September 2024
Component image
The ButtonUserProfileIconSet component only works in Userspace. This is the component that handles the setting of a user profile icon in the game.
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. |
IsUpdating
|
raw output of Bool | Whether or not the component is sending to the cloud your new icon url and/or asset. |
Usage
Put this beside a button component on an slot or facet and press the button to set your profile icon via the button.
Examples
The user profile default facet that comes with your dash upon making a new account.