diff options
| author | Rémi Verschelde | 2018-05-28 11:39:41 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-28 11:39:41 +0200 |
| commit | cdb5186d7e0c0c1374686cdd92015c233b62ee64 (patch) | |
| tree | 7e1be363a5a69f1657abe93292d95a25bbb41941 /doc | |
| parent | c80ac06253e832284be7ae37515b0ca1ecf11a52 (diff) | |
| parent | e10687a520936a628a7ad1c1b3d1313c961b05a8 (diff) | |
| download | godot-cdb5186d7e0c0c1374686cdd92015c233b62ee64.tar.gz godot-cdb5186d7e0c0c1374686cdd92015c233b62ee64.tar.zst godot-cdb5186d7e0c0c1374686cdd92015c233b62ee64.zip | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/classes/SceneTree.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index 55063bbe2..b2cde861c 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"> |
