ProtoFlux:Create Spawn Undo Step: Difference between revisions

From Resonite Wiki
create undo spawn step protoflux node
 
m grammar
Line 15: Line 15:




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 ([[Type:String|String]]). This does best when paired with a [[ProtoFlux:Duplicate Slot|Duplicate Slot]], since the slot is being spawned this node will allow the [[Slot|duplicate]] to be undo-able by the user.
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 ([[Type:String|String]]). This does the best when paired with a [[ProtoFlux:Duplicate Slot|Duplicate Slot]], since the slot is being spawned this node will allow the [[Slot|duplicate]] to be undo-able by the user.


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

Revision as of 21:21, 27 January 2024

Create Spawn Undo Step
*
Next
Target
Description
Wiki


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

This article or section is a Stub. You can help the Resonite Wiki by expanding it.