ProtoFlux:GrabbablePriority

From Resonite Wiki
Revision as of 00:21, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Grabbable Priority to ProtoFlux:GrabbablePriority: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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