mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
Merge pull request #5388 from Hinsbart/keyword_bool
Add "bool" to GDScript reserverd keywords
This commit is contained in:
commit
d7da269f46
@ -1709,6 +1709,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
||||
"false",
|
||||
"float",
|
||||
"int",
|
||||
"bool",
|
||||
"null",
|
||||
"PI",
|
||||
"self",
|
||||
|
Loading…
Reference in New Issue
Block a user