浏览代码

Add "String Formatting" tutorial link to the 'String' doc

(cherry picked from commit 3197898c8838ead7e6a447365bfc0d0daac01b22)
Michael Alexsander Silva Dias 6 年之前
父节点
当前提交
044f0abbd9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/String.xml

+ 1 - 0
doc/classes/String.xml

@@ -7,6 +7,7 @@
 		This is the built-in string class (and the one used by GDScript). It supports Unicode and provides all necessary means for string handling. Strings are reference counted and use a copy-on-write approach, so passing them around is cheap in resources.
 	</description>
 	<tutorials>
+		<link>https://docs.godotengine.org/en/3.1/getting_started/scripting/gdscript/gdscript_format_string.html</link>
 	</tutorials>
 	<methods>
 		<method name="String">