ProtoFlux:Anchor User

From Resonite Wiki
Anchor User
*
OnAnchored
Anchor
OnFail
User
Anchors

Anchor User is a ProtoFlux node that attempts to anchor a user to any anchor, which is provided to the node via the IAvatarAnchor type.

If the anchor succeeds, it doesn't nessarily mean the user has stayed in the anchor, and requires checking Anchored User Node A few updates later.

Inputs

* (Call)

Anchors the User (User) Upon impulse to the provided Anchor (IAvatarAnchor)

Anchor (IAvatarAnchor)

The anchor to put the provided User (User) into.

User (User)

The user to put into the provided Anchor (IAvatarAnchor).

Outputs

OnAnchored (Continuation)

Sends an impulse after * (Call) is called and the user was sucessfully anchored.

OnFail (Continuation)

Sends an impulse after * (Call) is called and the user was not anchored because the user currently is in another anchor, the provided anchor was null, or the provided anchor already had someone seated in it.

Examples