mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Document that autoloads must not be freed to avoid crashes
(cherry picked from commit cb9b2b8c5d)
This commit is contained in:
committed by
Max Hilbrunner
parent
4d5117765d
commit
f4f3e1926c
@@ -99,6 +99,11 @@ you'll see the autoloaded nodes appear:
|
|||||||
|
|
||||||
.. image:: img/autoload_runtime.png
|
.. image:: img/autoload_runtime.png
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
Autoloads must **not** be removed using ``free()`` or ``queue_free()`` at
|
||||||
|
runtime, or the engine will crash.
|
||||||
|
|
||||||
Custom scene switcher
|
Custom scene switcher
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user