Category:ProtoFlux:Avatars:BodyNodes: Difference between revisions

Category page
Added descriptions for this category.
m fix link spaces
 
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Body Node Chirality|| Returns which side this [[Type:BodyNode|body node]] is on the avatar.
|BodyNodeChirality|| Returns which side this [[Type:BodyNode|body node]] is on the avatar.
|Body Node Slot|| Returns the [[Slot|slot]] of this [[Type:BodyNode|body node]] on the avatar.
|BodyNodeSlot|| Returns the [[Slot|slot]] of this [[Type:BodyNode|body node]] on the avatar.
|Body Node Slot In Children|| (Provided a [[Slot|slot]] hierarchy to check), returns the [[Slot|slot]] of this [[Type:BodyNode|body node]] on the avatar.
|BodyNodeSlotInChildren|| (Provided a [[Slot|slot]] hierarchy to check), returns the [[Slot|slot]] of this [[Type:BodyNode|body node]] on the avatar.
|Compose Finger|| From a finger [[Enum]], returns the [[Type:BodyNode|body node]] found.
|ComposeFinger|| From a finger [[Enum]], returns the [[Type:BodyNode|body node]] found.
|Finger Node Index|| Returns the finger index of this finger [[Type:BodyNode|body node]].
|FingerNodeIndex|| Returns the finger index of this finger [[Type:BodyNode|body node]].
|Get Finger Segment Type|| Returns the finger segment from a [[Type:BodyNode|body node]].
|GetFingerSegmentType|| Returns the finger segment from a [[Type:BodyNode|body node]].
|Get Finger Type|| Returns the finger type from a [[Type:BodyNode|body node]].
|GetFingerType|| Returns the finger type from a [[Type:BodyNode|body node]].
|Get Side|| Returns the side of a provided [[Type:BodyNode|body node]].
|GetSide|| Returns the side of a provided [[Type:BodyNode|body node]].
|Is Eye|| Returns if a [[Type:BodyNode|body node]] is an eye bone.
|IsEye|| Returns if a [[Type:BodyNode|body node]] is an eye bone.
|Other Side|| Returns the opposite side of a [[Type:BodyNode|body node]].
|OtherSide|| Returns the opposite side of a [[Type:BodyNode|body node]].
|Relative Body Node|| Returns the relative bone connection of a [[Type:BodyNode|body node]] upwards from what it is connected to.
|RelativeBodyNode|| Returns the relative bone connection of a [[Type:BodyNode|body node]] upwards from what it is connected to.
}}
}}
[[Category:ProtoFlux:Avatars]]
[[Category:ProtoFlux:Avatars]]

Latest revision as of 19:46, 24 August 2025

Nodes
Node Name Description
BodyNodeChirality Returns which side this body node is on the avatar.
BodyNodeSlot Returns the slot of this body node on the avatar.
BodyNodeSlotInChildren (Provided a slot hierarchy to check), returns the slot of this body node on the avatar.
ComposeFinger From a finger Enum, returns the body node found.
FingerNodeIndex Returns the finger index of this finger body node.
GetFingerSegmentType Returns the finger segment from a body node.
GetFingerType Returns the finger type from a body node.
GetSide Returns the side of a provided body node.
IsEye Returns if a body node is an eye bone.
OtherSide Returns the opposite side of a body node.
RelativeBodyNode Returns the relative bone connection of a body node upwards from what it is connected to.