mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 20:51:14 +00:00
New sync keywords in GDScript, NativeScript, Mono
This commit is contained in:
parent
4524153b6e
commit
8e35d937a9
10 changed files with 84 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