Category:ProtoFlux:Undo: Difference between revisions

Category page
Added category descriptions.
m fix link spaces
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Begin Undo Batch|| Begins the undo batch process.
|BeginUndoBatch|| Begins the [[Undo|undo]] batch process.
|Create Field Undo Step|| Creates an undo step for creating fields.
|CreateFieldUndoStep|| Creates an [[Undo|undo]] step for creating fields.
|Create Reference Undo Step|| Creates an undo step for creating references.
|CreateReferenceUndoStep|| Creates an [[Undo|undo]] step for creating references.
|Create Spawn Undo Step|| Creates an undo step for spawning.
|CreateSpawnUndoStep|| Creates an [[Undo|undo]] step for spawning.
|Create Transform Undo Step|| Creates an undo step for transforms.
|CreateTransformUndoStep|| Creates an [[Undo|undo]] step for transforms.
|Create Type Field Undo Step|| Creates an undo step for creating type fields.
|CreateTypeFieldUndoStep|| Creates an [[Undo|undo]] step for creating type fields.
|Create Undo Batch|| Gathers all undo steps and fires when the undo batch has been created.
|CreateUndoBatch|| Gathers all [[Undo|undo]] steps and fires when the undo batch has been created.
|End Undo Batch|| ends the undo batch process.
|EndUndoBatch|| ends the [[Undo|undo]] batch process.
|Undoable Destroy|| Creates an undo step for destruction of slots.
|UndoableDestroy|| Creates an [[Undo|undo]] step for destruction of slots.
}}
}}
[[Category:ProtoFlux]]
[[Category:ProtoFlux]]

Latest revision as of 03:58, 25 August 2025

Nodes
Node Name Description
BeginUndoBatch Begins the undo batch process.
CreateFieldUndoStep Creates an undo step for creating fields.
CreateReferenceUndoStep Creates an undo step for creating references.
CreateSpawnUndoStep Creates an undo step for spawning.
CreateTransformUndoStep Creates an undo step for transforms.
CreateTypeFieldUndoStep Creates an undo step for creating type fields.
CreateUndoBatch Gathers all undo steps and fires when the undo batch has been created.
EndUndoBatch ends the undo batch process.
UndoableDestroy Creates an undo step for destruction of slots.