ProtoFlux:Get Child: Difference between revisions

From Resonite Wiki
m add links to types
m ProbablePrime moved page Get Child (ProtoFlux) to ProtoFlux:Get Child: Creating protoflux Namespace
(No difference)

Revision as of 06:52, 20 January 2024

GetChild
Instance
*
ChildIndex
Slots

Returns the children of a slot from its index.

Inputs

Instance

The slot you want to find the child of.

ChildIndex

The index of the children you want as an int.

Starts at 0.

Outputs

*

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.