mirror of https://github.com/godotengine/godot
- Move the "sync" property for RPCs to RPCConfig.
- Unify GDScript annotations into a single one:
- `@rpc(master)` # default
- `@rpc(puppet)`
- `@rpc(any)` # former `@remote`
- Implement three additional `@rpc` options:
- The second parameter is the "sync" option (which also calls the
function locally when RPCing). One of "sync", "nosync".
- The third parameter is the transfer mode (reliable, unreliable,
ordered).
- The third parameter is the channel (unused for now).
|
||
|---|---|---|
| .. | ||
| doc_classes | ||
| editor | ||
| icons | ||
| language_server | ||
| tests | ||
| SCsub | ||
| config.py | ||
| gdscript.cpp | ||
| gdscript.h | ||
| gdscript_analyzer.cpp | ||
| gdscript_analyzer.h | ||
| gdscript_byte_codegen.cpp | ||
| gdscript_byte_codegen.h | ||
| gdscript_cache.cpp | ||
| gdscript_cache.h | ||
| gdscript_codegen.h | ||
| gdscript_compiler.cpp | ||
| gdscript_compiler.h | ||
| gdscript_disassembler.cpp | ||
| gdscript_editor.cpp | ||
| gdscript_function.cpp | ||
| gdscript_function.h | ||
| gdscript_lambda_callable.cpp | ||
| gdscript_lambda_callable.h | ||
| gdscript_parser.cpp | ||
| gdscript_parser.h | ||
| gdscript_tokenizer.cpp | ||
| gdscript_tokenizer.h | ||
| gdscript_utility_functions.cpp | ||
| gdscript_utility_functions.h | ||
| gdscript_vm.cpp | ||
| gdscript_warning.cpp | ||
| gdscript_warning.h | ||
| register_types.cpp | ||
| register_types.h | ||