ProtoFlux:On Grabbable Grabbed: Difference between revisions

From Resonite Wiki
Create On Grabbable Grabbed ProtoFlux
 
fix example
 
Line 28: Line 28:
== Examples ==
== Examples ==
<gallery widths=480px heights=480px>
<gallery widths=480px heights=480px>
File:Protoflux_example_Is_Grabbable_Scalable.webp|An example of On Grabbable Grabbed being used with a [[ProtoFlux:Local User|Local User]] (which is better) vs using a fire on not null using a [[ProtoFlux:Grabbable Grabber|Grabbable Grabber]] and having to use a user and having to check the grabber for who grabbed it.
File:Protoflux_example_On_Grabbable_Grabbed.webp|An example of On Grabbable Grabbed being used with a [[ProtoFlux:Local User|Local User]] (which is better) vs using a fire on not null using a [[ProtoFlux:Grabbable Grabber|Grabbable Grabber]] and having to use a user and having to check the grabber for who grabbed it.
</gallery>
</gallery>


[[Category:ProtoFlux:Interaction:Grabbable]]
[[Category:ProtoFlux:Interaction:Grabbable]]

Latest revision as of 23:35, 3 March 2024

On Grabbable Grabbed
OnGrabbed
Grabbable
null
Grabbable

On Grabbable Grabbed is a ProtoFlux node that monitors an IGrabbable for when something or someone grabs it and sends an Impulse.

Outputs

OnGrabbed (Call)

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

Globals

Grabbable (IGrabbable)

The IGrabbable to monitor for when something or someone starts grabbing it.

Examples