Added link. Style. |
Clean up page |
||
Line 14: | Line 14: | ||
|}} | |}} | ||
The '''Create Undo Batch''' node | The '''Create Undo Batch''' node Begins an undo batch, executes the Create call, then ends the undo batch all in one frame. | ||
== Inputs == | == Inputs == | ||
Line 22: | Line 20: | ||
=== * ([[Impulses|Call]]) === | === * ([[Impulses|Call]]) === | ||
Calls an impulse to create an undo batch | Calls an impulse to create an undo batch. | ||
=== Description ([[String]]) === | === Description ([[String]]) === | ||
Line 32: | Line 30: | ||
=== Create ([[Impulses|Call]]) === | === Create ([[Impulses|Call]]) === | ||
The impulse created when the undo batch is started but not ended. | |||
=== OnCreated ([[Impulses|Continuation]]) === | === OnCreated ([[Impulses|Continuation]]) === | ||
The impulse created after the undo batch is ended. | |||
[[Category:ProtoFlux:Undo]] | [[Category:ProtoFlux:Undo]] |
Latest revision as of 16:55, 5 April 2025
Create Undo Batch
Undo
The Create Undo Batch node Begins an undo batch, executes the Create call, then ends the undo batch all in one frame.
Inputs
* (Call)
Calls an impulse to create an 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
Create (Call)
The impulse created when the undo batch is started but not ended.
OnCreated (Continuation)
The impulse created after the undo batch is ended.