Create Grabbable Grabber ProtoFlux Node |
m YoshBot moved page ProtoFlux:Grabbable Grabber to ProtoFlux:GrabbableGrabber: Automated: removing spaces from ProtoFlux namespace |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 28: | Line 28: | ||
== Examples == | == Examples == | ||
<gallery widths=480px heights=480px> | <gallery widths=480px heights=480px> | ||
File: | 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]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 00:21, 21 August 2025
Grabbable Grabber
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
-
An example of using Grabbable Grabber to get the grabber of a DynamicBoneChain component.