godot-kotlin-jvm
godot-kotlin-jvm copied to clipboard
Godot Kotlin JVM Module
Currently, it is required to store the Godot and Kotlin projects in the same root directory. This approach leads to mixing configurations and directories of two different project types. While...
So far we have ignored the "isRequired" field for methods. This property is always used alongside virtual methods and indicate that if you inherit its class with a script, it's...
For example, here is a simple class with a method that returns enum `Error`  Registrator output  In this line `function(Foo::bar, OBJECT, KtFunctionArgument(OBJECT, "godot.core.Error"), KtRpcConfig(DISABLED.id.toInt(), false, RELIABLE.id.toInt(), 0))`
ScriptLanguage API is slightly modified: https://github.com/godotengine/godot/pull/106374/files
While reworking callables, I noticed that the way we two classes we use for registering scripts methods to Godot and for custom callables are extremely similar. They both use ParameterReader...
Fixes #827
Exporting an iOS app in the latest version (v0.13.1) leads to various errors and warnings. 1) When exporting an iOS app in Godot, the following error is produced ``` ERROR:...
Far far from ready, just putting it there for visibility