m oops |
m YoshBot moved page ProtoFlux:Get Child to ProtoFlux:GetChild: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 40: | Line 40: | ||
[[Category:ProtoFlux:Slots]] | [[Category:ProtoFlux:Slots]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 00:20, 21 August 2025
GetChild
Slots
Returns the children of a slot from its index.
Inputs
Instance (Slot)
The slot you want to find the child of.
ChildIndex (int)
The index of the children you want as an int.
Starts at 0.
Outputs
* (Slot)
The slot found by the node from the index. If no slot is found, it will return null.
Examples
-
Simple flux example of GetChild on an empty object having three children.