fix example |
Added category: ContinuouslyChanging nodes |
||
Line 32: | Line 32: | ||
[[Category:ProtoFlux:Interaction:Grabbable]] | [[Category:ProtoFlux:Interaction:Grabbable]] | ||
[[Category:ContinuouslyChanging nodes]] |
Revision as of 07:22, 27 May 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.