ProtoFlux:Grabber Body Node: Difference between revisions

From Resonite Wiki
change to type to put more weight on the redirect
fix example
 
Line 30: Line 30:
== Examples ==
== Examples ==
<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:Protoflux_Grabber_Body_Node.webp|An example of Grabber Body Node being used in some ProtoFlux code.
File:Protoflux_example_Grabber_Body_Node.webp|An example of Grabber Body Node being used in some ProtoFlux code.
</gallery>
</gallery>


[[Category:ProtoFlux:Interaction:Grabbable]]
[[Category:ProtoFlux:Interaction:Grabbable]]

Latest revision as of 21:55, 3 March 2024

Grabber Body Node
Grabber
*
Grabbable

Grabber Body Node is a ProtoFlux node that gets the BodyNode that a grabber is on.

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

Grabber (Grabber)

A grabbable component on a User.

Outputs

* (BodyNode)

The body node this grabber is on (LeftHand or RightHand).

Examples