Module undo_redo
Expand description
Sidecar module for class UndoRedo
.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
See also Godot docs for UndoRedo
enums.
Structs§
- ExClear
History - Default-param extender for
UndoRedo::clear_history_ex
. - ExCommit
Action - Default-param extender for
UndoRedo::commit_action_ex
. - ExCreate
Action - Default-param extender for
UndoRedo::create_action_ex
. - Merge
Mode - SigVersion
Changed - Signals
InUndo Redo - A collection of signals for the
UndoRedo
class.