godot/modules/mono/glue
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 +02:00
..
GodotSharp [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
arguments_vector.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
base_object_glue.cpp Redo how instance bindings work 2021-07-08 17:08:12 -03:00
collections_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
glue_header.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
nodepath_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
rid_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
string_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
string_name_glue.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00