imported>Chemicalcrux Creating the page (with a bot!) |
Updated link. |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
<!--T:2--> | <!--T:2--> | ||
The '''AvatarUserReferenceAssigner''' component is used to assign the [[User|user]] reference to a list of targets (depending on the <code>AssignMode</code>). This component activates only when in the [[Slot|slot]] hierarchy of an [[Avatar]] and when a user equips it. | |||
<!--T:3--> | <!--T:3--> | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|AssignMode|Mode| | |AssignMode|'''[[#Mode|Mode]]'''|TypeAdv0=true| | ||
|References|SyncRef`1| | |References|{{RootFieldType|SyncRefList`1|[[Type:SyncRef`1|SyncRef`1]]<[[Type:User|User]]>}}|TypeAdv1=true| | ||
}} | }} | ||
<!--T:4--> | <!--T:4--> | ||
== | == Usage == | ||
This is often used with assigning the [[User|user]] reference to [[Nameplate#User_Referencing|nameplates]], and the components within. | |||
<!--T:5--> | <!--T:5--> | ||
Line 27: | Line 27: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}| | [[Category:Components{{#translation:}}|Avatar User Reference Assigner]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components | [[Category:Components With Nested Enums{{#translation:}}|Avatar User Reference Assigner]] | ||
[[Category:Components:Users:Common Avatar System{{#translation:}}|Avatar User Reference Assigner]] |
Latest revision as of 03:54, 19 August 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
The AvatarUserReferenceAssigner component is used to assign the user reference to a list of targets (depending on the AssignMode
). This component activates only when in the slot hierarchy of an Avatar and when a user equips it.
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. |
AssignMode
|
Mode | |
References
|
list of SyncRef`1<User> |
Usage
This is often used with assigning the user reference to nameplates, and the components within.