godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Registrator types the enum incorrectly.

Open Z3koR opened this issue 6 months ago • 0 comments

For example, here is a simple class with a method that returns enum Error

Image

Registrator output

Image

In this line function(Foo::bar, OBJECT, KtFunctionArgument(OBJECT, "godot.core.Error"), KtRpcConfig(DISABLED.id.toInt(), false, RELIABLE.id.toInt(), 0))

Z3koR avatar May 18 '25 09:05 Z3koR