mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Remove references to 3.x minor versions
Removes notes about features being introduced in 3.x minor versions. In 4.x, these details are no longer relevant.
This commit is contained in:
@@ -384,9 +384,9 @@ Warning system
|
||||
Detailed documentation about the GDScript warning system has been moved to
|
||||
:ref:`doc_gdscript_warning_system`.
|
||||
|
||||
From version 3.1, Godot gives you warnings about your code as you write it:
|
||||
the engine identifies sections of your code that may lead to issues at runtime,
|
||||
but lets you decide whether or not you want to leave the code as it is.
|
||||
Godot gives you warnings about your code as you write it. The engine identifies
|
||||
sections of your code that may lead to issues at runtime, but lets you decide
|
||||
whether or not you want to leave the code as it is.
|
||||
|
||||
We have a number of warnings aimed specifically at users of typed GDScript.
|
||||
By default, these warnings are disabled, you can enable them in Project Settings
|
||||
|
||||
Reference in New Issue
Block a user