mirror of
https://github.com/godotengine/godot
synced 2024-11-02 15:10:04 +00:00
ddb68f76ff
- 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). |
||
---|---|---|
.. | ||
classes | ||
tools | ||
translations | ||
Doxyfile | ||
Makefile |