ProtoFlux:GetParentSlot: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Get Parent Slot (ProtoFlux) to ProtoFlux:Get Parent Slot: Creating protoflux Namespace
m YoshBot moved page ProtoFlux:Get Parent Slot to ProtoFlux:GetParentSlot: Automated: removing spaces from ProtoFlux namespace
 
(3 intermediate revisions by 2 users not shown)
Line 12: Line 12:
|}}
|}}


Returns the parent [[Slot | slot]].
Returns the parent of Instance ([[Slot|Slot]]).
 
== Inputs ==
 
=== Instance ([[Slot|Slot]]) ===
 
The slot to get the parent of.
 
== Outputs ==
 
=== * ([[Slot|Slot]]) ===
 
The parent of Instance ([[Slot|Slot]]).
 
== Examples ==
 
<gallery widths=480px heights=480px>
File:ProtoFlux_Example_Get_Parent_Slot|An example of the slot "Foo" getting it's parent slot "Bar".
</gallery>


[[Category:ProtoFlux:Slots]]
[[Category:ProtoFlux:Slots]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 00:20, 21 August 2025

Get Parent Slot
Instance
*
Slots

Returns the parent of Instance (Slot).

Inputs

Instance (Slot)

The slot to get the parent of.

Outputs

* (Slot)

The parent of Instance (Slot).

Examples