ProtoFlux:On Grabbable Receiver Surface Received

From Resonite Wiki
On Grabbable Receiver Surface Received
OnRecieved
RecievedGrabbable
FromGrabber
Source
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