gilzoide / godot-lua-pluginscript

Godot PluginScript for the Lua language, currently based on LuaJIT's FFI
https://gilzoide.github.io/godot-lua-pluginscript/topics/README.md.html
MIT License
308 stars 21 forks source link

`remote` keyword? #42

Open jtbx opened 1 year ago

jtbx commented 1 year ago

Is there a way to declare functions with behavior of the GDScript remote keyword?

gilzoide commented 1 year ago

Unfortunately no, not yet. I don't know why I skipped it, but it's not hard to implement. I'll keep you posted.