aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/SceneTree.xml
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias2018-05-27 01:22:34 -0300
committerHein-Pieter van Braam2018-06-01 17:49:22 +0200
commitb27352a40197b1f172f0ee56d567622095b11dbd (patch)
tree2d9c042c19343f41fb1a8808772637729ba30d71 /doc/classes/SceneTree.xml
parent8461d6b5f94a55ee13276dd27b3885c6bc6fb851 (diff)
downloadgodot-b27352a40197b1f172f0ee56d567622095b11dbd.tar.gz
godot-b27352a40197b1f172f0ee56d567622095b11dbd.tar.zst
godot-b27352a40197b1f172f0ee56d567622095b11dbd.zip
Fixed GroupCallFlags links in the SceneTree's doc.
(cherry picked from commit e10687a520936a628a7ad1c1b3d1313c961b05a8)
Diffstat (limited to '')
-rw-r--r--doc/classes/SceneTree.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index 1719e4f7f..47d2ddea7 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -34,7 +34,7 @@
<argument index="2" name="method" type="String">
</argument>
<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>
</method>
<method name="change_scene">
@@ -160,7 +160,7 @@
<argument index="2" name="notification" type="int">
</argument>
<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>
</method>
<method name="queue_delete">
@@ -220,7 +220,7 @@
<argument index="3" name="value" type="Variant">
</argument>
<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>
</method>
<method name="set_input_as_handled">