godot_luaAPI
godot_luaAPI copied to clipboard
Inheritance bug
Currently there is a bug when calling a method on a GD class from lua that overrides one of the parents methods. The parents method ends up being called.
Testing needs to be done but this may of been fixed in a recent Godot update.
Confirmed resolved.