mirror of https://github.com/godotengine/godot.git
- 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).
|
||
|---|---|---|
| .. | ||
| build_scripts | ||
| doc_classes | ||
| editor | ||
| glue | ||
| icons | ||
| mono_gd | ||
| utils | ||
| .gitignore | ||
| Directory.Build.props | ||
| SCsub | ||
| SdkPackageVersions.props | ||
| __init__.py | ||
| class_db_api_json.cpp | ||
| class_db_api_json.h | ||
| config.py | ||
| csharp_script.cpp | ||
| csharp_script.h | ||
| godotsharp_defs.h | ||
| godotsharp_dirs.cpp | ||
| godotsharp_dirs.h | ||
| managed_callable.cpp | ||
| managed_callable.h | ||
| mono_gc_handle.cpp | ||
| mono_gc_handle.h | ||
| register_types.cpp | ||
| register_types.h | ||
| signal_awaiter_utils.cpp | ||
| signal_awaiter_utils.h | ||