Slightly more information for this node, nothing crazy |
Standardize |
||
Line 14: | Line 14: | ||
|}} | |}} | ||
Duplicates a[[Slot | slot]] and exposes the duplicated slot with the output called Duplicate which can be used for any nodes that accept the [[slot ]] type. | Duplicates a [[Slot|slot]] and exposes the duplicated slot with the output called Duplicate which can be used for any nodes that accept the [[Slot|slot]] type. | ||
For example, you can duplicate a slot from an instance and use [[Set Parent]] with the input of Duplicate to move the newly created slot's parent without changing anything with the original instance slot. | For example, you can duplicate a slot from an instance and use [[ProtoFlux:Set Parent|Set Parent]] with the input of Duplicate to move the newly created slot's parent without changing anything with the original instance slot. | ||
== Inputs == | |||
=== * (Call) === | |||
Call this to write the value. | |||
=== Instance ([[Slot|Slot]]) === | |||
The slot to make a duplicate of. | |||
== Outputs == | |||
=== Next (Continuation) === | |||
Will fire after Instance ([[Slot|Slot]]) has been duplicated due to * (Call) being impulsed. | |||
=== Duplicate ([[Slot|Slot]]) === | |||
The duplicate of Instance ([[Slot|Slot]]). Will only exist during the Next (Continuation) Impulse context. | |||
== Examples == | |||
{{Stub}} | |||
[[Category:ProtoFlux:Slots]] | [[Category:ProtoFlux:Slots]] |
Revision as of 15:57, 3 February 2024
Duplicate Slot
Slots
Duplicates a slot and exposes the duplicated slot with the output called Duplicate which can be used for any nodes that accept the slot type.
For example, you can duplicate a slot from an instance and use Set Parent with the input of Duplicate to move the newly created slot's parent without changing anything with the original instance slot.
Inputs
* (Call)
Call this to write the value.
Instance (Slot)
The slot to make a duplicate of.
Outputs
Next (Continuation)
Will fire after Instance (Slot) has been duplicated due to * (Call) being impulsed.
Duplicate (Slot)
The duplicate of Instance (Slot). Will only exist during the Next (Continuation) Impulse context.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.