On Grabbable Receiver Surface Received
null
∅
Grabbable
On Grabbable Receiver Surface Received is a ProtoFlux node that monitors a Reciever for when a grabbable is let go of and is received by the Source (GrabbableReceiverSurface). The node then sends an Impulse.
Outputs
OnReceived (Call)
Sends an impulse when Grabbable (IGrabbable) is let go of and is received by the Source (GrabbableReceiverSurface).
RecievedGrabbable (IGrabbable)
The grabbable that was recieved, only has a value during the OnReceived (Call) impulse.
FromGrabber (Grabber)
The grabber that let go of the RecievedGrabbable (IGrabbable).
Globals
Source (GrabbableReceiverSurface)
The GrabbableReceiverSurface to monitor for an IGrabbable is recieved by it.
Examples
-
An example of On Grabbable Receiver Surface Received being used to check if the object that was received by a shelf was a vase.