From b3997191d8b750b845294b49b08f327e7679d509 Mon Sep 17 00:00:00 2001 From: kobewi Date: Sun, 18 Sep 2022 23:27:00 +0200 Subject: Change UndoRedo to use Callables --- doc/classes/UndoRedo.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'doc/classes/UndoRedo.xml') diff --git a/doc/classes/UndoRedo.xml b/doc/classes/UndoRedo.xml index 3ef59b1c39..7258efbdda 100644 --- a/doc/classes/UndoRedo.xml +++ b/doc/classes/UndoRedo.xml @@ -62,12 +62,11 @@ - + - - + - Register a [param method] that will be called when the action is committed. + Register a [Callable] that will be called when the action is committed. @@ -86,12 +85,11 @@ Register a reference for "do" that will be erased if the "do" history is lost. This is useful mostly for new nodes created for the "do" call. Do not use for resources. - + - - + - Register a [param method] that will be called when the action is undone. + Register a [Callable] that will be called when the action is undone. -- cgit v1.2.3