mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix small mistakes throughout much of the documentation
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
A script implemented in the GDScript programming language.
|
||||
</brief_description>
|
||||
<description>
|
||||
A script implemented in the GDScript programming language. The script extends the functionality of all objects that instance it.
|
||||
A script implemented in the GDScript programming language. The script extends the functionality of all objects that instantiate it.
|
||||
[method new] creates a new instance of the script. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
|
||||
</description>
|
||||
<tutorials>
|
||||
|
||||
Reference in New Issue
Block a user