Added category: ContinuouslyChanging nodes |
m YoshBot moved page ProtoFlux:Is Grabbable Receivable to ProtoFlux:IsGrabbableReceivable: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:24, 21 August 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.