mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Correcting reference link
line 2016 references Class, should reference Resource
This commit is contained in:
committed by
A Thousand Ships
parent
c6abcbae94
commit
330f58f208
@@ -1970,7 +1970,7 @@ function.
|
||||
Classes as resources
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Classes stored as files are treated as :ref:`resources <class_GDScript>`. They
|
||||
Classes stored as files are treated as :ref:`resources <class_Resource>`. They
|
||||
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
|
||||
class resource is done by calling the ``new`` function on the class object::
|
||||
|
||||
Reference in New Issue
Block a user