ProtoFlux:OnGrabbableGrabbed: Difference between revisions

From Resonite Wiki
m YoshBot moved page ProtoFlux:On Grabbable Grabbed to ProtoFlux:OnGrabbableGrabbed: Automated: removing spaces from ProtoFlux namespace
Improve
 
Line 12: Line 12:
|}}
|}}


On Grabbable Grabbed is a ProtoFlux node that monitors an [[Type:IGrabbable|IGrabbable]] for when something or someone grabs it and sends an [[Impulses|Impulse]].
On Grabbable Grabbed is a ProtoFlux node that monitors an [[Type:IGrabbable|IGrabbable]] for when someone grabs it and sends an [[Impulses|Impulse]] that runs on the grabbing user's client.


== Outputs ==
== Outputs ==
Line 18: Line 18:
=== OnGrabbed ([[Impulses|Call]]) ===
=== OnGrabbed ([[Impulses|Call]]) ===


Sends an impulse when someone or something starts grabbing Grabbable ([[Type:IGrabbable|IGrabbable]]).
Sends an impulse when someone starts grabbing Grabbable ([[Type:IGrabbable|IGrabbable]]).


== Globals ==
== Globals ==
Line 24: Line 24:
=== Grabbable ([[Type:IGrabbable|IGrabbable]]) ===
=== Grabbable ([[Type:IGrabbable|IGrabbable]]) ===


The [[Type:IGrabbable|IGrabbable]] to monitor for when something or someone starts grabbing it.
The [[Type:IGrabbable|IGrabbable]] to monitor for when someone starts grabbing it.


== Examples ==
== Examples ==

Latest revision as of 00:04, 18 September 2025

On Grabbable Grabbed
OnGrabbed
Grabbable
null
Grabbable

On Grabbable Grabbed is a ProtoFlux node that monitors an IGrabbable for when someone grabs it and sends an Impulse that runs on the grabbing user's client.

Outputs

OnGrabbed (Call)

Sends an impulse when someone starts grabbing Grabbable (IGrabbable).

Globals

Grabbable (IGrabbable)

The IGrabbable to monitor for when someone starts grabbing it.

Examples