浏览代码

Merge pull request #19194 from YeldhamDev/scenetree_doc_groupcall

Fixed GroupCallFlags links in the SceneTree's doc
Rémi Verschelde 7 年之前
父节点
当前提交
cdb5186d7e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/classes/SceneTree.xml

+ 3 - 3
doc/classes/SceneTree.xml

@@ -34,7 +34,7 @@
 			<argument index="2" name="method" type="String">
 			<argument index="2" name="method" type="String">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				Calls [code]method[/code] on each member of the given group, respecting the given [enum GROUP_CALL] flags.
+				Calls [code]method[/code] on each member of the given group, respecting the given [enum GroupCallFlags].
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="change_scene">
 		<method name="change_scene">
@@ -160,7 +160,7 @@
 			<argument index="2" name="notification" type="int">
 			<argument index="2" name="notification" type="int">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				Sends the given notification to all members of the [code]group[/code], respecting the given [enum GROUP_CALL] flags.
+				Sends the given notification to all members of the [code]group[/code], respecting the given [enum GroupCallFlags].
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="queue_delete">
 		<method name="queue_delete">
@@ -220,7 +220,7 @@
 			<argument index="3" name="value" type="Variant">
 			<argument index="3" name="value" type="Variant">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				Sets the given [code]property[/code] to [code]value[/code] on all members of the given group, respecting the given [enum GROUP_CALL] flags.
+				Sets the given [code]property[/code] to [code]value[/code] on all members of the given group, respecting the given [enum GroupCallFlags].
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="set_input_as_handled">
 		<method name="set_input_as_handled">