godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes
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
..
AssemblyHasScriptsAttribute.cs Add C# source generator for a new ScriptPath attribute 2021-03-06 21:50:32 +01:00
DisableGodotGeneratorsAttribute.cs Add C# source generator for a new ScriptPath attribute 2021-03-06 21:50:32 +01:00
ExportAttribute.cs
GodotMethodAttribute.cs
RPCAttributes.cs [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
ScriptPathAttribute.cs Add C# source generator for a new ScriptPath attribute 2021-03-06 21:50:32 +01:00
SignalAttribute.cs Fix C# bindings after recent breaking changes 2020-03-17 16:30:04 +01:00
ToolAttribute.cs