1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

New sync keywords in GDScript, NativeScript, Mono

This commit is contained in:
Fabio Alessandrelli
2018-05-26 10:30:36 +02:00
parent 19ba3d5da3
commit a5e8a3be5e
9 changed files with 81 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
};