diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp index f6eeaaca0ca..514c2b210a7 100644 --- a/modules/gdscript/gd_script.cpp +++ b/modules/gdscript/gd_script.cpp @@ -2687,6 +2687,7 @@ void GDScriptLanguage::get_reserved_words(List *p_words) const { "float", "int", "null", + "PI", "self", "true", // functions @@ -2695,6 +2696,7 @@ void GDScriptLanguage::get_reserved_words(List *p_words) const { "class", "extends", "func", + "preload" "setget", "signal", "tool",