mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Update tutorials/scripting/gdscript/gdscript_basics.rst
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
@@ -1970,7 +1970,7 @@ function.
|
|||||||
Classes as resources
|
Classes as resources
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Classes stored as files are treated as type :ref:`GDScript <class_GDScript>`. They
|
Classes stored as files are treated as :ref:`GDScripts <class_GDScript>`. They
|
||||||
must be loaded from disk to access them in other classes. This is done using
|
must be loaded from disk to access them in other classes. This is done using
|
||||||
either the ``load`` or ``preload`` functions (see below). Instancing of a loaded
|
either the ``load`` or ``preload`` functions (see below). Instancing of a loaded
|
||||||
class resource is done by calling the ``new`` function on the class object::
|
class resource is done by calling the ``new`` function on the class object::
|
||||||
|
|||||||
Reference in New Issue
Block a user