ProtoFlux:Create Spawn Undo Step

From Resonite Wiki
Create Spawn Undo Step
*
Next
Target
Description
Undo


The node will create an undo step in the context menu of the person who the impulse came from. This node will make the description of the undo step in the context menu the provided Description (String). This does the best when paired with a Duplicate Slot, since the slot is being spawned this node will allow the duplicate to be undo-able by the user.

when this node is paired with an Undo Batch, it's description if has one, will be ignored, and will be part of the Undo Batch's undo step instead.

Inputs

Input (Call)

Create the undo step and set the object to be despawned upon undoing to the slot provided.

Description (String)

The description for the undo step in the user's context menu. Gets overridden if this node is part of a Undo Batch.

Target (Slot)

The Slot to undo for this undo step.

Outputs

Output (Continuation)

Continues to More undo steps, continues to code that eventually ends, or an End Undo Batch that continues to eventually ended code.

Examples