godot/doc
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
..
classes [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
tools Makerst: Remove redundant GDScript from code blocks 2021-07-12 12:57:31 +02:00
translations Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
Doxyfile
Makefile [HTML5] Add jsdoc2rst tool. 2021-02-26 11:33:59 +01:00