utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
562 stars 38 forks source link

Add new core methods #600

Closed CedNaru closed 3 months ago

CedNaru commented 3 months ago

Implement #505

Also sneaking in a small change I wanted for VariantArray and Dictionary. It doesn't change anything for calling code, but it removes the part that complains about a function using the same name as a constructor.

I could have implemented #590 too, but I want to avoid touching bridges in the master with the GDKotlin rework branch around