utopia-rise / godot-kotlin-native

Kotlin bindings for Godot Engine
MIT License
290 stars 16 forks source link

Generate virual functions camelCase prefixed with `_` #226

Closed chippmann closed 4 years ago

chippmann commented 4 years ago

With #141 the entry generation now takes care of registering functions snake_case. So we can change the generation of the virtual functions like _physics_process to _physicsProcess