aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp
diff options
context:
space:
mode:
authorreduz2015-12-28 19:31:52 -0300
committerreduz2015-12-28 19:32:51 -0300
commit30c12297dc6df7d35df140475c0cec7308aea77a (patch)
treee09c1ed46a6d42bcaab5ff4f3a67749948ff6ff7 /modules/gdscript/gd_script.cpp
parenteecfeb1d7681bf9186bc231e9ee8c5d36f2afcea (diff)
downloadgodot-30c12297dc6df7d35df140475c0cec7308aea77a.tar.gz
godot-30c12297dc6df7d35df140475c0cec7308aea77a.tar.zst
godot-30c12297dc6df7d35df140475c0cec7308aea77a.zip
Diffstat (limited to 'modules/gdscript/gd_script.cpp')
-rw-r--r--modules/gdscript/gd_script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp
index ef53dcfe7..70c788776 100644
--- a/modules/gdscript/gd_script.cpp
+++ b/modules/gdscript/gd_script.cpp
@@ -2652,6 +2652,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
"elif",
"enum",
"extends" ,
+ "onready",
"for" ,
"func" ,
"if" ,