ProtoFlux:GetFingerType

From Resonite Wiki
Revision as of 00:20, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Get Finger Type to ProtoFlux:GetFingerType: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Get Finger Type
Node
*
Body Nodes

Get Finger Segment Type is a ProtoFlux node that returns the FingerType Enum value that describes the provided Node (BodyNode), or -1 if not a finger.

This is a simplified node version of taking a BodyNode, using a To String node on it, and checking it's name contents for one of the FingerType values also fed to a To String

Inputs

Node (BodyNode)

The Body node to check for a finger segment

Outputs

* (FingerType)

The finger segment of the provided Node (BodyNode).

Examples