aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/String.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-13 09:24:36 +0100
committerRémi Verschelde2017-11-13 09:25:53 +0100
commit2fce0010f0d0eb2476028ed62335508bceabd820 (patch)
tree208bd6159aff3ae2a6e5add28de99518f1a0b13c /doc/classes/String.xml
parentdc4be4350a4aac91a342001e1b6d2eaa11d0b4b8 (diff)
downloadgodot-2fce0010f0d0eb2476028ed62335508bceabd820.tar.gz
godot-2fce0010f0d0eb2476028ed62335508bceabd820.tar.zst
godot-2fce0010f0d0eb2476028ed62335508bceabd820.zip
classref: Sync with current source
[ci skip]
Diffstat (limited to '')
-rw-r--r--doc/classes/String.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index 546712f22..8c8fbc620 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -273,6 +273,12 @@
Performs a case-sensitive comparison to another string. Returns [code]-1[/code] if less than, [code]+1[/code] if greater than, or [code]0[/code] if equal.
</description>
</method>
+ <method name="dedent">
+ <return type="String">
+ </return>
+ <description>
+ </description>
+ </method>
<method name="empty">
<return type="bool">
</return>