mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Replace Reference usage with RefCounted
This commit is contained in:
@@ -160,7 +160,7 @@ Creating your own resources
|
||||
Like any Object in Godot, users can also script Resources. Resource scripts
|
||||
inherit the ability to freely translate between object properties and serialized
|
||||
text or binary data (\*.tres, \*.res). They also inherit the reference-counting
|
||||
memory management from the Reference type.
|
||||
memory management from the RefCounted type.
|
||||
|
||||
This comes with many distinct advantages over alternative data
|
||||
structures, such as JSON, CSV, or custom TXT files. Users can only import these
|
||||
|
||||
Reference in New Issue
Block a user