perbone / luascript

Lua language support for Godot Engine
Apache License 2.0
629 stars 44 forks source link

Interfacing with other languages? #46

Closed shingle-bells closed 2 years ago

shingle-bells commented 2 years ago

Can this addon be used to interface between, say, Lua and C#? I was thinking of using this to write the "data" portion of my game (e.g. item definitions/behaviours)

perbone commented 2 years ago

Not sure yet. It seems the API can be used to access any language that implements the Script interface. But I need to test this to be sure it works as expected. It's on my to-do list for sure 😊