Release User
Anchors
Release User Is a ProtoFlux node that releases the user currently occupying an anchor.
Inputs
* (Call)
Call this to release the user in the provided Anchor (IAvatarAnchor).
Anchor (IAvatarAnchor)
The anchor to check for if a user is sitting in it.
Outputs
OnReleased (Continuation)
When the user in the provided anchor is released.
OnFailure (Continuation)
When the provided Anchor (IAvatarAnchor) doesn't have a user and the * (Call) is fired, this will send an impulse.
Examples
-
Example of an Release User node being used in some code.