diff options
| author | Fabio Alessandrelli | 2018-05-26 10:30:36 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-05-26 10:49:33 +0200 |
| commit | a5e8a3be5e0ed2e7c6b1a9cc5803d96391b180f3 (patch) | |
| tree | cd65d4c6371f3e202bce72ce883a15e9bfcd29a5 /modules/gdscript/gdscript.cpp | |
| parent | 19ba3d5da3ad00907d80c6d8774bf835af4f3f4a (diff) | |
| download | godot-a5e8a3be5e0ed2e7c6b1a9cc5803d96391b180f3.tar.gz godot-a5e8a3be5e0ed2e7c6b1a9cc5803d96391b180f3.tar.zst godot-a5e8a3be5e0ed2e7c6b1a9cc5803d96391b180f3.zip | |
Diffstat (limited to 'modules/gdscript/gdscript.cpp')
| -rw-r--r-- | modules/gdscript/gdscript.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript.cpp b/modules/gdscript/gdscript.cpp index 33591ac2a..f23e7854a 100644 --- a/modules/gdscript/gdscript.cpp +++ b/modules/gdscript/gdscript.cpp @@ -1769,6 +1769,9 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const { "sync", "master", "slave", + "remotesync", + "mastersync", + "slavesync", 0 }; |
