Create Get Finger Segment Type ProtoFlux Node Page |
m YoshBot moved page ProtoFlux:Get Finger Segment Type to ProtoFlux:GetFingerSegmentType: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:20, 21 August 2025
Get Finger Segment Type
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
* (FingerSegmentType)
The finger segment of the provided Node (BodyNode).
Examples
-
Example of the Get Finger Segment Type node being used in some ProtoFlux code.