Create Anchor Events ProtoFlux Node |
No edit summary |
||
Line 37: | Line 37: | ||
<gallery widths=480px heights=480px> | <gallery widths=480px heights=480px> | ||
File:Protoflux_example_Anchor_Events. | File:Protoflux_example_Anchor_Events.jpg|Example of an Anchor Events node being used in some code. | ||
</gallery> | </gallery> | ||
[[Category:ProtoFlux:Avatars:Anchors]] | [[Category:ProtoFlux:Avatars:Anchors]] |
Latest revision as of 23:03, 22 April 2024
Anchor Events
null
∅
Anchors
Anchor events is a protoflux node that gives changes in an anchor as events without having to use a Fire On Change. It will also tell you the user that fired those events.
Outputs
OnAnchored (Call)
Fires when a user is anchored to Anchor (AvatarAnchor).
OnReleased (Call)
Fires when a user is unanchored from Anchor (AvatarAnchor).
User (User)
Globals
Anchor (AvatarAnchor)
The anchor to monitor for user anchoring events.
Examples
-
Example of an Anchor Events node being used in some code.