ProtoFlux:Body Node Chirality

From Resonite Wiki
Revision as of 18:43, 23 February 2024 by 989onan (talk | contribs) (fix category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Body Node Chirality
Node
*
Body Nodes

Body Node Chirality is a ProtoFlux node that takes a Node (BodyNode) and returns whether it's on the left or right side of the human body, or -1 if it's a "None" body node or in the center.

Inputs

Node (BodyNode)

The body node to check if it is on the left or right side of the body.

Outputs

* (Chirality)

Returns if Node (BodyNode) is on the left or right side of a human body. Returns null if the node is in the center of the body or "None".

Examples