mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Replace mentions of Reference with RefCounted
This commit is contained in:
@@ -274,7 +274,7 @@ References:
|
||||
Resources
|
||||
----------
|
||||
|
||||
:ref:`Resource <class_resource>` inherits from Reference, so all resources
|
||||
:ref:`Resource <class_resource>` inherits from RefCounted, so all resources
|
||||
are reference counted. Resources can optionally contain a path, which
|
||||
reference a file on disk. This can be set with ``resource.set_path(path)``,
|
||||
though this is normally done by the resource loader. No two different
|
||||
|
||||
Reference in New Issue
Block a user