ShadowApex / godot-go

Go language bindings for the Godot Engine's GDNative API.
MIT License
363 stars 31 forks source link

Implement calling of Godot parent methods. #4

Closed ShadowApex closed 6 years ago

ShadowApex commented 7 years ago

As a sub-task to issue #1 , we need to implement calling Godot parent methods. This will let us call methods like "get_node()" from within Go.