(Redirected from Component:FriendLink)
Component image
The ContactLink component allows a slot to be clicked on by a user to open their Dash Menu to the Contacts Menu of a specific user (by using a provided UserId
).
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. |
UserId
|
String | The User ID of the User whose contact page will be opened upon clicking the object. |
Usage
Add the ContactLink component to an object, clicking on that object will open up the Contacts Menu and will show the User page of the user defined in the UserId
field. When you attach it, your own User ID will be automatically filled in.
Examples
This is the component that allows Users to click on the Nameplate of another user and open their contact page quickly. You can find an example on by selecting your own nameplate and viewing the components
Related Components
On the default nameplate, a AvatarNameTagAssigner is set up to write the current user's User ID to the ContactLink UserId field.