godot/modules/mono
Fabio Alessandrelli ddb68f76ff [Net] Single `rpc` annotation. "sync" no longer part of mode.
- 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).
2021-07-20 11:17:59 +07:00
..
build_scripts
doc_classes
editor Optimize StringName usage 2021-07-18 21:20:02 +07:00
glue [Net] Single `rpc` annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +07:00
icons
mono_gd [Net] Single `rpc` annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +07:00
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 [Net] Single `rpc` annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +07:00
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 Implement the ability to disable classes 2021-07-13 09:25:14 +07:00
register_types.h
signal_awaiter_utils.cpp
signal_awaiter_utils.h