ProtoFlux:Get User Grabber: Difference between revisions

From Resonite Wiki
Create Get User Grabber ProtoFlux Node Page
 
change to type to put more weight on the redirect
Line 21: Line 21:
=== User ([[Type:User|User]]) ===
=== User ([[Type:User|User]]) ===


The user to get a [[Component:Grabber|Grabber Component]] for.
The user to get a [[Type:Grabber|Grabber]] for.


=== Node ([[Type:BodyNode|BodyNode]]) ===
=== Node ([[Type:BodyNode|BodyNode]]) ===


The body node on the provided User ([[Type:User|User]]) to find a [[Component:Grabber|Grabber Component]] on.
The body node on the provided User ([[Type:User|User]]) to find a [[Type:Grabber|Grabber]] on.


Examples: <code>LeftHand</code> or <code>RightHand</code>
Examples: <code>LeftHand</code> or <code>RightHand</code>
Line 31: Line 31:
== Outputs ==
== Outputs ==


=== * ([[Component:Grabber|Grabber]] (Component)) ===
=== * ([[Type:Grabber|Grabber]]) ===


The user's [[Component:Grabber|Grabber Component]] on the provided BodyNode (<code>LeftHand</code> or <code>RightHand</code>)
The user's [[Type:Grabber|Grabber]] on the provided [[Type:BodyNode|BodyNode]] (<code>LeftHand</code> or <code>RightHand</code>)


== Examples ==
== Examples ==

Revision as of 20:28, 3 March 2024

Get User Grabber
User
*
Node
Grabbable

Get User Grabber is a ProtoFlux node that allows for getting the grabber sphere a user has on a specific BodyNode. will use local user and left hand by default. This node will only give an output for LeftHand or RightHand BodyNodes.

989onan Hot Take: This node using BodyNode rather than Chirality is probably because Frooxius was thinking of adding future support for devices that can allow you to grab things with your Jaw or feet. Although there seems to be no plans for this anywhere.

Inputs

User (User)

The user to get a Grabber for.

Node (BodyNode)

The body node on the provided User (User) to find a Grabber on.

Examples: LeftHand or RightHand

Outputs

* (Grabber)

The user's Grabber on the provided BodyNode (LeftHand or RightHand)

Examples