ProtoFlux:OnGrabbableReceiverSurfaceReceived: Difference between revisions

From Resonite Wiki
Create On Grabbable Receiver Surface Received ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:On Grabbable Receiver Surface Received to ProtoFlux:OnGrabbableReceiverSurfaceReceived: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:28, 21 August 2025

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