godot_dart icon indicating copy to clipboard operation
godot_dart copied to clipboard

Error on Exported methods and RPCs with named parameters

Open fuzzybinary opened this issue 8 months ago • 0 comments

Exported methods RPCs cannot use named parameters in Dart, because they need to be called by Godot which does not have support for named parameters.

godot_dart_build should warn / error if an RPC or Exported method uses named parameters.

fuzzybinary avatar May 11 '25 20:05 fuzzybinary