ProtoFlux:OnGrabbableReceiverSurfaceReceived

From Resonite Wiki
Revision as of 00:28, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:On Grabbable Receiver Surface Received to ProtoFlux:OnGrabbableReceiverSurfaceReceived: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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