ProtoFlux:Grabbable Priority

From Resonite Wiki
Grabbable Priority
Grabbable
*
Grabbable

Grabbable Priority is a ProtoFlux node that gets the priority of an IGrabbable.

Grab Priority Determines what gets grabbed if several grabbable objects are touching someone's grab sphere. The IGrabbable with the highest priority will be grabbed first. If the highest priority ties with another IGrabbable, it will grab both of those and ignore any lower priority IGrabbables.

Inputs

Grabbable (IGrabbable)

The grabbable that should be checked for a grabber that is grabbing it.

Outputs

* (Grabber)

The grab priority of the provided Grabbable (IGrabbable).

Examples