summaryrefslogtreecommitdiffstats
path: root/doc/classes/String.xml
diff options
context:
space:
mode:
authorrune-scape <allie.smith.epic@gmail.com>2022-12-05 21:46:47 -0500
committerrune-scape <allie.smith.epic@gmail.com>2022-12-05 21:46:47 -0500
commite79be6ce07ed8c89011f759ecade070a3bd5a806 (patch)
treefbe13a625acf7630c4a5aeb4a8664e6c67472818 /doc/classes/String.xml
parentf3e6750a7e4702918e05f42b1376e30e652f2f90 (diff)
downloadredot-engine-e79be6ce07ed8c89011f759ecade070a3bd5a806.tar.gz
Unify String and StringName
Diffstat (limited to 'doc/classes/String.xml')
-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 c186952c74..61134afc2d 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -955,6 +955,12 @@
Appends [param right] at the end of this [String], also known as a string concatenation.
</description>
</operator>
+ <operator name="operator +">
+ <return type="String" />
+ <param index="0" name="right" type="StringName" />
+ <description>
+ </description>
+ </operator>
<operator name="operator &lt;">
<return type="bool" />
<param index="0" name="right" type="String" />