ProtoFlux:Children Count: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Children Count (ProtoFlux) to ProtoFlux:Children Count: Creating protoflux Namespace
fix children count node page
Line 13: Line 13:


Returns the number of children of a [[Slot | slot]].
Returns the number of children of a [[Slot | slot]].
== Inputs ==
=== Instance ([[Slot | Slot]]) ===
The slot for read children count for.
== Outputs ==
=== * ([[Types:Int|Int]]) ===
The amount of children under the provided Instance ([[Slot | Slot]])
== Examples ==
<gallery widths=480px heights=480px>
File:ProtoFlux_example_Children_count.webp|An example node using children count.
</gallery>


[[Category:ProtoFlux:Slots]]
[[Category:ProtoFlux:Slots]]

Revision as of 01:27, 10 February 2024

Children Count
Instance
*
Slots

Returns the number of children of a slot.

Inputs

Instance ( Slot)

The slot for read children count for.

Outputs

* (Int)

The amount of children under the provided Instance ( Slot)

Examples