Component:ContactLink

From Resonite Wiki
This page contains changes which are not marked for translation.
Component image 
ContactLink component as seen in the Scene Inspector


Fields

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 Dash Menu to 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.