Synopsis
The command is Undoable, NOT Queryable, and NOT Editable Return Valuenone DescriptionThe
Flags
Examples// Print a message when the command is undone and redone. DPK_eval -d "print \"\\n// doing things...\\n\\n\"" -u "print \"\\n// undoing...\\n\\n\"" -r "print \"\\n// redoing...\\n\\n\""; // Use undo and redo to see when the scripts are executed. |