We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3186c4 commit 204aba1Copy full SHA for 204aba1
modules/gdscript/gdscript_warning.cpp
@@ -163,7 +163,7 @@ String GDScriptWarning::get_message() const {
163
case ONREADY_WITH_EXPORT:
164
return R"("@onready" will set the default value after "@export" takes effect and will override it.)";
165
case DEPRECATED_IDENTIFIER:
166
- return R"(This identifier is deprecated, dont use it)";
+ return R"(This identifier is deprecated. See its documentation for more information and alternatives.)";
167
#ifndef DISABLE_DEPRECATED
168
// Never produced. These warnings migrated from 3.x by mistake.
169
case PROPERTY_USED_AS_FUNCTION: // There is already an error.
0 commit comments