TheAutopilot (talk | contribs) m reduced height of example |
Improve |
||
(One intermediate revision by one other user not shown) | |||
Line 12: | Line 12: | ||
|}} | |}} | ||
On Grabbable Grabbed is a ProtoFlux node that monitors an [[Type:IGrabbable|IGrabbable]] for when | 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 | 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 | 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
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
-
An example of On Grabbable Grabbed being used with a Local User (which is better) vs using a fire on not null using a Grabbable Grabber and having to use a user and having to check the grabber for who grabbed it.