Document that autoloads must not be freed to avoid crashes

This commit is contained in:
Hugo Locurcio
2022-05-14 20:34:51 +02:00
parent 29d9c3ab3e
commit cb9b2b8c5d

View File

@@ -99,6 +99,11 @@ you'll see the autoloaded nodes appear:
.. 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
---------------------