Create Get User Anchor ProtoFlux Node Page |
reword, add additional info |
||
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. | ||
This node is [[ContinuouslyChanging]]. | |||
== Inputs == | == Inputs == | ||
Line 19: | Line 21: | ||
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 28: | ||
=== * ([[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]] |
Revision as of 04:23, 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.
This node is ContinuouslyChanging.
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.