m fix links |
Added category: ContinuouslyChanging nodes |
||
Line 33: | Line 33: | ||
[[Category:ProtoFlux:Avatars:Anchors]] | [[Category:ProtoFlux:Avatars:Anchors]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 06:48, 27 May 2025
Anchored User
Anchors
Anchored User is a ProtoFlux node that returns the user that is anchored to the provided Anchor (IAvatarAnchor). This node will return a null user if there is no user anchored to the anchor.
Inputs
Anchor (IAvatarAnchor)
The anchor to check for an anchored user.
Outputs
User (User)
The user that is currently anchored, or null.
Examples
-
Example of the anchored user node returning who is in an IAvatarAnchor. The code utilizes a UI Changeable input node type IAvatarAnchor For ease of use.