New sync keywords in GDScript, NativeScript, Mono

This commit is contained in:
Fabio Alessandrelli 2018-05-26 10:30:36 +02:00
parent 4524153b6e
commit 8e35d937a9
10 changed files with 84 additions and 5 deletions

View file

@ -1769,6 +1769,9 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
"sync",
"master",
"slave",
"remotesync",
"mastersync",
"slavesync",
0
};