ProtoFlux:Anchor Events

From Resonite Wiki
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