diff options
| author | Rémi Verschelde | 2017-09-17 18:57:13 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-09-17 18:57:17 +0200 |
| commit | 574a5714dcbf5fcf126f3f99caab62a345e665c1 (patch) | |
| tree | fd213f0300b118ba042f5e83d9aafdbe33feb170 /doc/classes/UndoRedo.xml | |
| parent | 07d18a00763855908856bdaee868bd4ca8deb52f (diff) | |
| download | godot-574a5714dcbf5fcf126f3f99caab62a345e665c1.tar.gz godot-574a5714dcbf5fcf126f3f99caab62a345e665c1.tar.zst godot-574a5714dcbf5fcf126f3f99caab62a345e665c1.zip | |
doc: Sync classref and escape comparators
[ci skip]
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/UndoRedo.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/classes/UndoRedo.xml b/doc/classes/UndoRedo.xml index 43e0ad787..d450a8812 100644 --- a/doc/classes/UndoRedo.xml +++ b/doc/classes/UndoRedo.xml @@ -108,6 +108,12 @@ Get the name of the current action. </description> </method> + <method name="get_max_steps" qualifiers="const"> + <return type="int"> + </return> + <description> + </description> + </method> <method name="get_version" qualifiers="const"> <return type="int"> </return> @@ -116,6 +122,26 @@ This is useful mostly to check if something changed from a saved version. </description> </method> + <method name="redo"> + <return type="void"> + </return> + <description> + </description> + </method> + <method name="set_max_steps"> + <return type="void"> + </return> + <argument index="0" name="max_steps" type="int"> + </argument> + <description> + </description> + </method> + <method name="undo"> + <return type="void"> + </return> + <description> + </description> + </method> </methods> <constants> <constant name="MERGE_DISABLE" value="0"> |
