ProtoFlux:Grabbable Grabber: Difference between revisions

From Resonite Wiki
Create Grabbable Grabber ProtoFlux Node
 
fix example
 
Line 28: Line 28:
== Examples ==
== Examples ==
<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:Protoflux_Grabbable_Grabber.webp|An example of using Grabbable Grabber to get the grabber of a [[Component:DynamicBoneChain|DynamicBoneChain component]].
File:Protoflux_example_Grabbable_Grabber.webp|An example of using Grabbable Grabber to get the grabber of a [[Component:DynamicBoneChain|DynamicBoneChain component]].
</gallery>
</gallery>


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

Latest revision as of 21:54, 3 March 2024

Grabbable Grabber
Grabbable
*
Grabbable

Grabbable Grabber is a Protoflux node that takes an IGrabbable (any kind of grabbable) and gets the grabber that is currently grabbing it. usually this will be a limb capable of grasping around an object, and holding it like a hand, or a monkey's foot.

Inputs

Grabbable (IGrabbable)

The grabbable that should be checked for a grabber that is grabbing it.

Outputs

* (Grabber)

The Grabber that is currently grabbing Grabbable (IGrabbable).

Examples