The '''UndoManager''' component keeps track of all [[User|user's]] actions in the world, allowing users to [[Undo]] or revert back to a previous step or action. Undoing can be controlled in [[ProtoFlux]] within the [[:Category:ProtoFlux:Undo|Undo Category]], where users create undo batches and steps that this component can utilize. Undoing can be disabled by setting max steps to <code>0</code>.
The UndoManager component keeps track of all user's actions in the world, allowing users to Undo or revert back to a previous step or action. Undoing can be controlled in ProtoFlux within the Undo Category, where users create undo batches and steps that this component can utilize. Undoing can be disabled by setting max steps to 0.