Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:GetFingerSegmentType

From Resonite Wiki
Get Finger Segment Type
Node
*
Body Nodes

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

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 FingerSegmentType values also fed to a To String

Inputs

Node (BodyNode)

The Body node to check for a finger segment

Outputs

The finger segment of the provided Node (BodyNode).

Examples