mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #8963 from Gallium314/master
grammar error
(cherry picked from commit 5bc5ffd636)
This commit is contained in:
@@ -234,7 +234,7 @@ Connect the signal to the ``Mob``
|
||||
|
||||
This will take you back to the script editor and add a new function for you,
|
||||
``_on_visible_on_screen_notifier_3d_screen_exited()``. From it, call the ``queue_free()``
|
||||
method. This function destroy the instance it's called on.
|
||||
method. This function destroys the instance it's called on.
|
||||
|
||||
.. tabs::
|
||||
.. code-tab:: gdscript GDScript
|
||||
|
||||
Reference in New Issue
Block a user