Add typing syntax
This commit is contained in:
parent
cfcb6e11f2
commit
8aab9a06d4
6 changed files with 147 additions and 76 deletions
|
|
@ -1735,7 +1735,9 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||
"NAN",
|
||||
"self",
|
||||
"true",
|
||||
"void",
|
||||
// functions
|
||||
"as",
|
||||
"assert",
|
||||
"breakpoint",
|
||||
"class",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue