Files
godot/core/object
Fabio Alessandrelli d779b5aa3e [Net] Refactor RPCs, remove RSETs
In this PR:
- Removed rset
- rpc_config can now optionally configure transfer mode
  (reliable/unreliable/ordered) and channel (channels are not actually
  implemented yet.)
- Refactor how the RPC id is computed to minimize the logic in Node and
  scripts that now only needs a single `get_rpc_methods` function.
2021-06-01 17:24:21 +02:00
..
2021-01-19 11:53:10 +01:00
2021-05-20 12:38:56 +02:00
2021-03-10 11:23:06 +01:00
2021-02-18 17:12:46 +01:00
2021-01-12 14:34:46 +01:00