New sync keywords in GDScript, NativeScript, Mono
This commit is contained in:
parent
19ba3d5da3
commit
a5e8a3be5e
9 changed files with 81 additions and 5 deletions
|
|
@ -1769,6 +1769,9 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||
"sync",
|
||||
"master",
|
||||
"slave",
|
||||
"remotesync",
|
||||
"mastersync",
|
||||
"slavesync",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue