Create Get User Anchor ProtoFlux Node Page |
continuously changing |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
|}} | |}} | ||
Get User Anchor is a ProtoFlux node that gets the anchor that a user is currently | The '''Get User Anchor''' node is a ProtoFlux node that gets the [[anchor]] that a [[user]] is currently anchored in. | ||
== Inputs == | == Inputs == | ||
Line 19: | Line 19: | ||
The user to check for what anchor they are sitting in. | The user to check for what anchor they are sitting in. | ||
If there is no source input then the local user will be used. | |||
== Outputs == | == Outputs == | ||
Line 24: | Line 26: | ||
=== * ([[Type:IAvatarAnchor|IAvatarAnchor]]) === | === * ([[Type:IAvatarAnchor|IAvatarAnchor]]) === | ||
The anchor that User | The anchor that <code>User</code> is currently anchored to, outputting null if the user is not anchored. | ||
[[Category:ProtoFlux:Avatars:Anchors]] | [[Category:ProtoFlux:Avatars:Anchors]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 04:27, 18 April 2025
Get User Anchor
Anchors
The Get User Anchor node is a ProtoFlux node that gets the anchor that a user is currently anchored in.
Inputs
User (User)
The user to check for what anchor they are sitting in.
If there is no source input then the local user will be used.
Outputs
* (IAvatarAnchor)
The anchor that User
is currently anchored to, outputting null if the user is not anchored.