m 989onan moved page ProtoFlux:Is Grabbable Recievable to ProtoFlux:Is Grabbable Receivable: Misspelled title |
Added category: ContinuouslyChanging nodes |
||
Line 34: | Line 34: | ||
[[Category:ProtoFlux:Interaction:Grabbable]] | [[Category:ProtoFlux:Interaction:Grabbable]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 07:23, 27 May 2025
Is Grabbable Receivable
Grabbable
Is Grabbable Grabbed is a ProtoFlux node that gets whether or not an IGrabbable is able to be received. This only really applies to the Grabbable component since it is the only IGrabbable that can return a true value.
Receivable determines if a grabbable can be dropped onto a GrabbableReceiverSurface when let go of. The receivable has to be close enough for the receiver to receive it.
Inputs
Grabbable (IGrabbable)
The grabbable to check the receivable capabilities for.
Outputs
* (bool)
Whether Grabbable (IGrabbable) is receivable or not.
Examples
-
An example of Is Grabbable Receivable being used in some ProtoFlux code.