ProtoFlux:AnchorEvents: Difference between revisions

From Resonite Wiki
No edit summary
m YoshBot moved page ProtoFlux:Anchor Events to ProtoFlux:AnchorEvents: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:40, 20 August 2025

Anchor Events
OnAnchored
OnReleased
User
Anchor
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