You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While RPC works over a method with a simple registration, for the sake expedience and looking closer to C# and GDScript, we could generate the glue on behalf of the user.
The @rpc macro would be similar to @export or @Callable, in that it does not actually do anything, but acts purely as a marker that the @godot macro detects and uses to produce the proper registration code.
The text was updated successfully, but these errors were encountered:
See discussion in: the #644
While RPC works over a method with a simple registration, for the sake expedience and looking closer to C# and GDScript, we could generate the glue on behalf of the user.
The
@rpc
macro would be similar to@export
or@Callable
, in that it does not actually do anything, but acts purely as a marker that the @godot macro detects and uses to produce the proper registration code.The text was updated successfully, but these errors were encountered: