summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-12-14 00:19:23 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-12-14 00:19:23 +0100
commitf3080459d9a5cf496b96a4aab357c2c5a63a5507 (patch)
treea89ec778bce3e9b32829e29621beb3c63ee17bcf /doc/classes
parentef3c756e98d7a890ee5d905f5055b16b22b55baa (diff)
parentf764db1bddad9925b8434642b8f27d89ab246d64 (diff)
Merge pull request #69732 from KoBeWi/rc_undo
Add remote history to EditorUndoRedoManager
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/EditorUndoRedoManager.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/EditorUndoRedoManager.xml b/doc/classes/EditorUndoRedoManager.xml
index 133ee9db0d..cd96e740e8 100644
--- a/doc/classes/EditorUndoRedoManager.xml
+++ b/doc/classes/EditorUndoRedoManager.xml
@@ -123,6 +123,9 @@
<constant name="GLOBAL_HISTORY" value="0" enum="SpecialHistory">
Global history not associated with any scene, but with external resources etc.
</constant>
+ <constant name="REMOTE_HISTORY" value="-9" enum="SpecialHistory">
+ History associated with remote inspector. Used when live editing a running project.
+ </constant>
<constant name="INVALID_HISTORY" value="-99" enum="SpecialHistory">
Invalid "null" history. It's a special value, not associated with any object.
</constant>