added Anchored User ProtoFlux Node Page with example |
m added category |
||
Line 31: | Line 31: | ||
File:Protoflux_example_anchored_user.webp|Example of the anchored user node returning who is in an [[Type:AvatarAnchor|AvatarAnchor]]. The code utilizes a [[ProtoFlux:Filter Input|UI Changeable]] input node type [[Type:IAnchor|IAnchor]] For ease of use. | File:Protoflux_example_anchored_user.webp|Example of the anchored user node returning who is in an [[Type:AvatarAnchor|AvatarAnchor]]. The code utilizes a [[ProtoFlux:Filter Input|UI Changeable]] input node type [[Type:IAnchor|IAnchor]] For ease of use. | ||
</gallery> | </gallery> | ||
[[Category:ProtoFlux:Avatars:Anchors]] |
Revision as of 22:50, 8 February 2024
Anchored User
Anchors
Anchored User is a ProtoFlux node that returns the user that is anchored to the provided Anchor (IAnchor). This node will return a null user if there is no user anchored to the anchor.
Inputs
Anchor (IAnchor)
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 AvatarAnchor. The code utilizes a UI Changeable input node type IAnchor For ease of use.