ProtoFlux:Anchor User: Difference between revisions

From Resonite Wiki
m fix types
m fix type links
Line 16: Line 16:
|}}
|}}


Anchor User is a ProtoFlux node that attempts to anchor a user to any anchor, which is provided to the node via the [[Type:IAvatarAnchor|IAnchor]] type.
Anchor User is a ProtoFlux node that attempts to anchor a user to any anchor, which is provided to the node via the [[Type:IAvatarAnchor|IAvatarAnchor]] type.


If the anchor succeeds, it doesn't nessarily mean the user has stayed in the anchor, and requires checking [[ProtoFlux:Anchored User|Anchored User Node]] A few updates later.
If the anchor succeeds, it doesn't nessarily mean the user has stayed in the anchor, and requires checking [[ProtoFlux:Anchored User|Anchored User Node]] A few updates later.
Line 23: Line 23:


=== * ([[Impulses|Call]]) ===
=== * ([[Impulses|Call]]) ===
Anchors the User ([[Type:User|User]]) Upon impulse to the provided Anchor ([[Type:IAvatarAnchor|IAnchor]])
Anchors the User ([[Type:User|User]]) Upon impulse to the provided Anchor ([[Type:IAvatarAnchor|IAvatarAnchor]])


=== Anchor ([[Type:IAvatarAnchor|IAnchor]]) ===
=== Anchor ([[Type:IAvatarAnchor|IAvatarAnchor]]) ===
The anchor to put the provided User ([[Type:User|User]]) into.
The anchor to put the provided User ([[Type:User|User]]) into.


=== User ([[Type:User|User]]) ===
=== User ([[Type:User|User]]) ===


The user to put into the provided Anchor ([[Type:IAvatarAnchor|IAnchor]]).
The user to put into the provided Anchor ([[Type:IAvatarAnchor|IAvatarAnchor]]).


== Outputs ==
== Outputs ==

Revision as of 19:28, 9 February 2024

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