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 f710569 commit 7f7bccfCopy full SHA for 7f7bccf
1 file changed
lua_script_language.cpp
@@ -240,7 +240,7 @@ Script *LuaScriptLanguage::create_script() const {
240
bool LuaScriptLanguage::has_named_classes() const {
241
print_debug("LuaScriptLanguage::has_named_classes");
242
243
- return true;
+ return true; // FIXME: should it be false like GDScript and CSharp?
244
}
245
246
bool LuaScriptLanguage::supports_builtin_mode() const {
0 commit comments