ProtoFlux:DestroySlotChildren

From Resonite Wiki
Revision as of 23:50, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Destroy Slot Children to ProtoFlux:DestroySlotChildren: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Destroy Slot Children
*
Next
Instance
PreserveAssets
SendDestroyingEvent
Slots

Remove all children of the provided Instance (Slot).

Inputs

* (Call)

Call to destroy the children slots of Instance (Slot)

Instance (Slot)

The slot to destroy all the children for.

PreserveAssets (bool)

Whether or not the assets associated with the children of the provided Instance (Slot) should stay or be instantly discarded

SendDestroyingEvent (bool)

Whether or not to send a destroying event of the children slots to other nodes like On Destroying

Outputs

Next (Continuation)

Sends an Impulse after * (Call) is called and Instance (Slot)'s children has been destroyed. will not fire if Instance (Slot) is null.


Examples