ProtoFlux:Begin Undo Batch: Difference between revisions

From Resonite Wiki
Fixing typos, spelling, and grammer in some places.
Added link. Style.
Line 13: Line 13:
|}}
|}}


A begin undo batch is used to batch together every undo step called after it, like [[ProtoFlux:Create Spawn Undo Step|Create Spawn Undo Step]], [[ProtoFlux:Create Field Undo Step|Create Field Undo Step]], and [[ProtoFlux:Create Reference Undo Step|Create Undo Reference Step]] to name a few from the [[:Category:ProtoFlux:Undo| ProtoFlux Undoable Category]].
A '''Begin Undo Batch''' is used to batch together every [[Undo|undo]] step called after it, like [[ProtoFlux:Create Spawn Undo Step|Create Spawn Undo Step]], [[ProtoFlux:Create Field Undo Step|Create Field Undo Step]], and [[ProtoFlux:Create Reference Undo Step|Create Undo Reference Step]] to name a few from the [[:Category:ProtoFlux:Undo| ProtoFlux Undoable Category]].


The node will create an undo step in the context menu of the person who the impulse came from.
The node will create an undo step in the context menu of the person who the impulse came from.

Revision as of 13:16, 5 March 2025

Begin Undo Batch
*
Next
Description
Undo

A Begin Undo Batch is used to batch together every undo step called after it, like Create Spawn Undo Step, Create Field Undo Step, and Create Undo Reference Step to name a few from the ProtoFlux Undoable Category.

The node will create an undo step in the context menu of the person who the impulse came from.

This node needs to be ended with a End Undo Batch, to batch together every undo step call after this node and before the end undo batch node. The other nodes undo steps can be put between the begin and end undo batch nodes, but is not recommended.

The undo step descriptions between these nodes will be ignored.


Inputs

Input (Call)

Start the undo batch.

Description (String)

The description for this undo batch. The description will be automatically prepended with "Undo" in bigger text in the context menu.

Outputs

Output (Continuation)

The undo steps to batch with this undo batch followed by an End Undo Batch.

Examples