mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Rewrite and rename scripting -> scripting_languages
The page now focuses on giving an overview of official scripting languages. Removed first example using signals. We'll introduce signals later in the series. Moved the explanation of what scripts are and do to the top, before talking about languages. Mentioned other things like that GDScript isn't like Python, that it's an imperative and OO language, with links to wikipedia that explain the jargon. Closes #4172
This commit is contained in:
@@ -25,7 +25,7 @@ The ``new`` method of a script subclass creates a new instance. :ref:`Object.set
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../getting_started/step_by_step/scripting`
|
||||
- :doc:`../getting_started/step_by_step/your_first_script`
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user