Module editor_undo_redo_manager
Expand description
Sidecar module for class EditorUndoRedoManager
.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
Structs§
- ExClear
History - Default-param extender for
EditorUndoRedoManager::clear_history_ex
. - ExCommit
Action - Default-param extender for
EditorUndoRedoManager::commit_action_ex
. - ExCreate
Action - Default-param extender for
EditorUndoRedoManager::create_action_ex
. - SigHistory
Changed - SigVersion
Changed - Signals
InEditor Undo Redo Manager - A collection of signals for the
EditorUndoRedoManager
class. - Special
History